Skip to content

Instantly share code, notes, and snippets.

@donny-dont
Created September 18, 2012 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donny-dont/3746082 to your computer and use it in GitHub Desktop.
Save donny-dont/3746082 to your computer and use it in GitHub Desktop.
Stack trace DRT-mock
[3857/25598] dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.svg timed out unexpectedly
[3858/25598] dom/xhtml/level2/events/dispatchEvent02.xhtml timed out unexpectedly
[3859/25598] canvas/philip/tests/2d.path.stroke.skew.html timed out unexpectedly
[3860/25598] http/tests/misc/url-in-utf32le.html timed out unexpectedly
[3861/25598] css2.1/20110323/margin-applies-to-015.htm timed out unexpectedly
[3862/25598] dom/xhtml/level1/core/hc_attrlastchild.xhtml timed out unexpectedly
[3863/25598] dom/html/level2/html/HTMLElement39.html timed out unexpectedly
[3864/25598] css2.1/t170602-bdr-conflct-w-35-d.html timed out unexpectedly
[3865/25598] dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.svg timed out unexpectedly
[3866/25598] dom/xhtml/level2/events/dispatchEvent03.xhtml timed out unexpectedly
[3867/25598] canvas/philip/tests/2d.path.stroke.unaffected.html timed out unexpectedly
worker/4: OSError('[Errno 24] Too many open files') raised:
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/common/message_pool.py", line 255, in run
worker.handle(message.name, message.src, *message.args)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 304, in handle
self._run_test(test_input)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 330, in _run_test
result = self._run_test_with_timeout(test_input, test_timeout_sec, stop_when_done)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 372, in _run_test_with_timeout
return self._run_test_in_this_thread(test_input, stop_when_done)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 452, in _run_test_in_this_thread
return self._run_single_test(self._driver, test_input, stop_when_done)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 456, in _run_single_test
test_input, driver, self._name, stop_when_done)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py", line 46, in run_single_test
return runner.run()
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py", line 103, in run
return self._run_compare_test()
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py", line 106, in _run_compare_test
driver_output = self._driver.run_test(self._driver_input(), self._stop_when_done)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 504, in run_test
return self._running_drivers[cmd_line_key].run_test(driver_input, stop_when_done)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 154, in run_test
self.start(driver_input.should_run_pixel_test, driver_input.args)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 268, in start
self._start(pixel_tests, per_test_args)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 285, in _start
self._server_process.start()
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py", line 312, in start
self._start()
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py", line 107, in _start
universal_newlines=self._universal_newlines)
File "/home/eolmstead/MainlineWebkit/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 458, in popen
return subprocess.Popen(*args, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1105, in _execute_child
errpipe_read, errpipe_write = os.pipe()
Releasing server lock ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment