RESOLVED FIXED 59750
fast/harness/results.html failing in some configurations
https://bugs.webkit.org/show_bug.cgi?id=59750
Summary fast/harness/results.html failing in some configurations
Kenneth Russell
Reported 2011-04-28 15:36:42 PDT
fast/harness/results.html is failing in some configurations, at least Chromium Win. Please see: http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Vista/builds/2315 Adding a downstream suppression for the moment.
Attachments
Patch (1.63 KB, patch)
2011-04-28 15:58 PDT, Ojan Vafai
darin: review+
Ojan Vafai
Comment 1 2011-04-28 15:58:39 PDT
Darin Adler
Comment 2 2011-04-28 16:38:24 PDT
Comment on attachment 91575 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91575&action=review > LayoutTests/fast/harness/resources/results-test.js:318 > + // Use a regexp to match windows and unix-style paths. Never heard of windows and unix, maybe you mean Windows and Unix? ;-) > LayoutTests/fast/harness/resources/results-test.js:319 > + var expectedRegExp = new RegExp('file.*' + results.layout_tests_dir + '/fullscreen/full-screen-api.html'); Does this need a ^ and a $, or does the exec function only match the entire URL?
Ojan Vafai
Comment 3 2011-04-28 16:43:12 PDT
(In reply to comment #2) > (From update of attachment 91575 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=91575&action=review > > > LayoutTests/fast/harness/resources/results-test.js:318 > > + // Use a regexp to match windows and unix-style paths. > > Never heard of windows and unix, maybe you mean Windows and Unix? ;-) lol. Will fix. > > LayoutTests/fast/harness/resources/results-test.js:319 > > + var expectedRegExp = new RegExp('file.*' + results.layout_tests_dir + '/fullscreen/full-screen-api.html'); > > Does this need a ^ and a $, or does the exec function only match the entire URL? Oh good point. It does need them.
Ojan Vafai
Comment 4 2011-04-28 16:47:02 PDT
Note You need to log in before you can comment on or make changes to this bug.