Bug 96605 - REGRESSION (r128400): fast/js/primitive-property-access-edge-cases.html failing on non-Mac JSC platforms
Summary: REGRESSION (r128400): fast/js/primitive-property-access-edge-cases.html faili...
Status: RESOLVED DUPLICATE of bug 96596
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/GTK%2...
Keywords: LayoutTestFailure, MakingBotsRed, Regression
Depends on:
Blocks:
 
Reported: 2012-09-12 23:29 PDT by Zan Dobersek
Modified: 2012-09-12 23:42 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 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
Comment 1 Filip Pizlo 2012-09-12 23:41:44 PDT

*** This bug has been marked as a duplicate of bug 96596 ***
Comment 2 Filip Pizlo 2012-09-12 23:42:04 PDT
Sorry about this regression; this will be fixed shortly.