RESOLVED FIXED108100
[GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html is failing
https://bugs.webkit.org/show_bug.cgi?id=108100
Summary [GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_en...
Zan Dobersek
Reported 2013-01-28 12:08:52 PST
The http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html test is failing since it was introduced in r140882. http://trac.webkit.org/changeset/140882 The test seems to pass on Chromium, so this might be a JSC-specific (rather than GTK-only) problem. Diff: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-actual.txt @@ -3,6 +3,20 @@ This test validates the user timing entry type, PerformanceMark and PerformanceMeasure. -PASS Class name of mark entry should be PerformanceMark. -PASS Class name of measure entry should be PerformanceMeasure. +FAIL Class name of mark entry should be PerformanceMark. assert_equals: Class name of mark entry should be PerformanceMark. expected "[object PerformanceMark]" but got "[object PerformanceEntry]"(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:1646 +assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:567 +http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145 +step@http://127.0.0.1:8000/w3c/resources/testharness.js:876 +test@http://127.0.0.1:8000/w3c/resources/testharness.js:338 +wp_test@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:67 +test_equals@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145 +global code@http://127.0.0.1:8000/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html:25) +FAIL Class name of measure entry should be PerformanceMeasure. assert_equals: Class name of measure entry should be PerformanceMeasure. expected "[object PerformanceMeasure]" but got "[object PerformanceEntry]"(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:1646 +assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:567 +http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145 +step@http://127.0.0.1:8000/w3c/resources/testharness.js:876 +test@http://127.0.0.1:8000/w3c/resources/testharness.js:338 +wp_test@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:67 +test_equals@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145 +global code@http://127.0.0.1:8000/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html:26)
Attachments
Patch (3.58 KB, patch)
2013-01-30 01:16 PST, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2013-01-30 01:16:49 PST
Zan Dobersek
Comment 2 2013-01-30 01:17:45 PST
Hi Tony -- could you take a look?
Zan Dobersek
Comment 3 2013-01-30 12:48:25 PST
Comment on attachment 185430 [details] Patch Clearing flags on attachment: 185430 Committed r141299: <http://trac.webkit.org/changeset/141299>
Zan Dobersek
Comment 4 2013-01-30 12:48:30 PST
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.