Skip to content

Instantly share code, notes, and snippets.

View illicitonion's full-sized avatar

Daniel Wagner-Hall illicitonion

View GitHub Profile
Firefox 3.5.19:
Testcase: testShouldGetMeaningfulExceptionOnBrowserDeath took 3.122 sec
FAILED
Should have thrown.
junit.framework.AssertionFailedError: Should have thrown.
at org.openqa.selenium.firefox.FirefoxDriverTest.testShouldGetMeaningfulExceptionOnBrowserDeath(FirefoxDriverTest.java:96)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
Testcase: testContentEditableAreaShouldClear took 0.876 sec
Caused an ERROR
Element cannot contain user-editable text; duration or timeout: 239 milliseconds
Build info: version: '2.12.0', revision: '14696', time: '2011-11-12 00:23:24'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.8', java.version: '1.6.0_26'
Driver info: driver.version: RemoteWebDriver
org.openqa.selenium.InvalidElementStateException: Element cannot contain user-editable text; duration or timeout: 239 milliseconds
Build info: version: '2.12.0', revision: '14696', time: '2011-11-12 00:23:24'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.8', java.version: '1.6.0_26'
Driver info: driver.version: RemoteWebDriver
2011-11-16 13:20:40,842 - GET http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml -> 302 (437ms)
2011-11-16 13:20:41,206 - GET http://en-us.fxfeeds.mozilla.com/firefox/headlines.xml -> 302 (20ms)
2011-11-16 13:20:41,835 - GET http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml -> 301 (340ms)
2011-11-16 13:20:42,196 - GET http://feeds.bbci.co.uk/news/rss.xml?edition=int -> 200 (17ms)
Testcase: unknown took 0 sec
Caused an ERROR
Cannot get exit code before executing command line: /Applications/Firefox.app/Contents/MacOS/firefox-bin -foreground
java.lang.IllegalStateException: Cannot get exit code before executing command line: /Applications/Firefox.app/Contents/MacOS/firefox-bin -foreground
at org.openqa.selenium.os.CommandLine.getExitCode(CommandLine.java:227)
at org.openqa.selenium.os.CommandLine.destroy(CommandLine.java:249)
at org.openqa.selenium.firefox.FirefoxBinary.quit(FirefoxBinary.java:262)
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.quit(NewProfileExtensionConnection.java:155)
at org.openqa.selenium.firefox.FirefoxDriver$LazyCommandExecutor.quit(FirefoxDriver.java:221)
at org.openqa.selenium.firefox.FirefoxDriver.stopClient(FirefoxDriver.java:190)
[Thread 0xf53ffb70 (LWP 31723) exited]
[Thread 0xf3862b70 (LWP 31730) exited]
[Thread 0xf2eaeb70 (LWP 31731) exited]
[Thread 0xf17ffb70 (LWP 31732) exited]
[Thread 0xf0dffb70 (LWP 31733) exited]
[Thread 0xf05feb70 (LWP 31734) exited]
[Thread 0xf4bfeb70 (LWP 31724) exited]
[Inferior 1 (process 31722) exited with code 01]
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 3562 error_code 3 request_code 15 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
(gdb) bt
#0 gdk_x_error (display=0xf583a000, error=0xffed02bc) at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkmain-x11.c:438
#1 0xf6202299 in _XError (dpy=0xf583a000, rep=0xef00f160) at ../../src/XlibInt.c:3103
#2 0xf620905e in _XReply (dpy=0xf583a000, rep=0xffed03a0, extra=0, discard=0) at ../../src/xcb_io.c:513
#3 0xf61f6c51 in XQueryTree (dpy=0xf583a000, w=16778401, root=0xffed041c, parent=0xffed0418, children=0xffed0414, nchildren=0xffed0410) at ../../src/QuTree.c:49
#4 0xf76ee704 in cache_xquery_result () from /tmp/anonymous2783623369863064260webdriver-profile//org/openqa/selenium/firefox/x86/x_ignore_nofocus.so
#5 0xf76ee97c in event_on_active_or_adj_window () from /tmp/anonymous2783623369863064260webdriver-profile//org/openqa/selenium/firefox/x86/x_ignore_nofocus.so
#6 0xf76eee6f in should_discard_focus_in_event () from /tmp/anonymous2783623369863064260webdriver-profile//org/openqa/selenium/firefox/x86/x_ignore_nofocus.so
#7 0xf76ef6bc in XNextEvent () from /tmp/anonymous2783623369863064260webdrive
platform darwin -- Python 2.6.1 -- pytest-2.0.3
collecting ... collected 4 items
build/lib/selenium/test/selenium/webdriver/firefox/profile_tests.py FFFF
=================================== FAILURES ===================================
___________________ ProfileTests.testAnonymousProfileExample ___________________
self = <selenium.test.selenium.webdriver.firefox.profile_tests.ProfileTests testMethod=testAnonymousProfileExample>
CC=clang
CXX=clang++
mk_add_options CC=clang
mk_add_options CXX=clang++