[Webkit-unassigned] [Bug 96605] New: REGRESSION (r128400): fast/js/primitive-property-access-edge-cases.html failing on non-Mac JSC platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 23:29:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96605

           Summary: REGRESSION (r128400):
                    fast/js/primitive-property-access-edge-cases.html
                    failing on non-Mac JSC platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://build.webkit.org/results/GTK%20Linux%2064-bit%2
                    0Release/r128403%20(28576)/results.html
        OS/Version: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure, MakingBotsRed, Regression
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com
                CC: ggaren at apple.com, dominik.rottsches at intel.com,
                    ossy at webkit.org, fpizlo at apple.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list