RESOLVED DUPLICATE of bug 96596 96605
REGRESSION (r128400): fast/js/primitive-property-access-edge-cases.html failing on non-Mac JSC platforms
https://bugs.webkit.org/show_bug.cgi?id=96605
Summary REGRESSION (r128400): fast/js/primitive-property-access-edge-cases.html faili...
Zan Dobersek
Reported 2012-09-12 23:29:29 PDT
fast/js/primitive-property-access-edge-cases.html started failing on non-Mac JSC platforms http://trac.webkit.org/changeset/128400 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fjs%2Fprimitive-property-access-edge-cases.html --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/js/primitive-property-access-edge-cases-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/js/primitive-property-access-edge-cases-actual.txt @@ -30,15 +30,15 @@ PASS checkNumericGet(1, Number) is true PASS checkNumericGet('hello', String) is true PASS checkNumericGet(true, Boolean) is true -PASS checkNumericSet(1, Number) is true -PASS checkNumericSet('hello', String) is true -PASS checkNumericSet(true, Boolean) is true +FAIL checkNumericSet(1, Number) should be true. Was false. +FAIL checkNumericSet('hello', String) should be true. Was false. +FAIL checkNumericSet(true, Boolean) should be true. Was false. PASS checkNumericGetStrict(1, Number) is true PASS checkNumericGetStrict('hello', String) is true PASS checkNumericGetStrict(true, Boolean) is true -PASS checkNumericSetStrict(1, Number) is true -PASS checkNumericSetStrict('hello', String) is true -PASS checkNumericSetStrict(true, Boolean) is true +FAIL checkNumericSetStrict(1, Number) should be true. Was false. +FAIL checkNumericSetStrict('hello', String) should be true. Was false. +FAIL checkNumericSetStrict(true, Boolean) should be true. Was false. PASS checkNumericRead(1, Number) is true PASS checkNumericRead('hello', String) is true PASS checkNumericRead(true, Boolean) is true
Attachments
Filip Pizlo
Comment 1 2012-09-12 23:41:44 PDT
*** This bug has been marked as a duplicate of bug 96596 ***
Filip Pizlo
Comment 2 2012-09-12 23:42:04 PDT
Sorry about this regression; this will be fixed shortly.
Note You need to log in before you can comment on or make changes to this bug.