WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
92197
[Chromium] Fix infinite loop issue for chromium android layout test
https://bugs.webkit.org/show_bug.cgi?id=92197
Summary
[Chromium] Fix infinite loop issue for chromium android layout test
Wei James (wistoch)
Reported
2012-07-24 19:53:17 PDT
[Chromium] Fix infinite loop issue for chromium android layout test
Attachments
Patch
(1.55 KB, patch)
2012-07-24 19:55 PDT
,
Wei James (wistoch)
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from gce-cr-linux-01
(1.04 MB, application/zip)
2012-07-24 20:18 PDT
,
WebKit Review Bot
no flags
Details
Patch
(1.57 KB, patch)
2012-07-25 00:15 PDT
,
Wei James (wistoch)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wei James (wistoch)
Comment 1
2012-07-24 19:55:47 PDT
Created
attachment 154225
[details]
Patch
Wei James (wistoch)
Comment 2
2012-07-24 19:56:41 PDT
t$ Tools/Scripts/run-webkit-tests --platform=chromium-android fast/html Checking system dependencies ... RuntimeError raised: maximum recursion depth exceeded File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 131, in run unexpected_result_count = manager.run() File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 852, in run result_summary = self._set_up_run() File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 827, in _set_up_run self._port.setup_test_run() File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 249, in setup_test_run self._push_executable() File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 337, in _push_executable forwarder_host_path = self._path_to_forwarder() File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 301, in _path_to_forwarder return self._build_path('forwarder') File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path self._build_path(None, *comps) File "/home/wistoch/workspace/chromium-android-x86/src/third_party/WebKit.git/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py", line 283, in _build_path
WebKit Review Bot
Comment 3
2012-07-24 20:18:31 PDT
Comment on
attachment 154225
[details]
Patch
Attachment 154225
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/13344091
New failing tests: http/tests/security/script-crossorigin-loads-correctly.html fast/loader/loadInProgress.html fast/inline/positionedLifetime.html
WebKit Review Bot
Comment 4
2012-07-24 20:18:35 PDT
Created
attachment 154231
[details]
Archive of layout-test-results from gce-cr-linux-01 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-01 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Wei James (wistoch)
Comment 5
2012-07-24 22:28:23 PDT
(In reply to
comment #4
)
> Created an attachment (id=154231) [details] > Archive of layout-test-results from gce-cr-linux-01 > > The attached test failures were seen while running run-webkit-tests on the chromium-ews. > Bot: gce-cr-linux-01 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
the modification is in chromium-android port. should not impact these test cases.
Adam Barth
Comment 6
2012-07-24 22:31:32 PDT
Yeah, sorry these are flaking out.
Wei James (wistoch)
Comment 7
2012-07-25 00:15:24 PDT
Created
attachment 154280
[details]
Patch
Dirk Pranke
Comment 8
2012-07-25 10:54:44 PDT
Comment on
attachment 154280
[details]
Patch whoops :(
WebKit Review Bot
Comment 9
2012-07-25 17:05:34 PDT
Comment on
attachment 154280
[details]
Patch Clearing flags on attachment: 154280 Committed
r123681
: <
http://trac.webkit.org/changeset/123681
>
WebKit Review Bot
Comment 10
2012-07-25 17:05:39 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug