Bug 96605
Summary: | REGRESSION (r128400): fast/js/primitive-property-access-edge-cases.html failing on non-Mac JSC platforms | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | d-r, fpizlo, ggaren, ossy |
Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r128403%20(28576)/results.html |
Zan Dobersek
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Filip Pizlo
*** This bug has been marked as a duplicate of bug 96596 ***
Filip Pizlo
Sorry about this regression; this will be fixed shortly.