Bug 140946

Summary: [Win] Layout Test js/sort-stability.html is failing
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, ggaren, mark.lam, msaboff, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Brent Fulgham
Reported 2015-01-27 11:44:26 PST
The following layout test is failing on Windows: js/sort-stability.html The failure output is: --- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/js/sort-stability-expected.txt +++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/js/sort-stability-actual.txt @@ -3,10 +3,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS arr[0] is sortArr[0] -PASS arr[1] is sortArr[2] -PASS arr[2] is sortArr[1] -PASS arr[3] is sortArr[3] +FAIL arr[0] should be 1. Was 1. +FAIL arr[1] should be 2. Was 2. +FAIL arr[2] should be 1. Was 1. +FAIL arr[3] should be 2. Was 2. PASS arr[0] is sortArr[0] PASS arr[1] is sortArr[2] PASS arr[2] is sortArr[1]
Attachments
Radar WebKit Bug Importer
Comment 1 2015-01-27 11:45:28 PST
Brent Fulgham
Comment 2 2015-10-12 11:56:59 PDT
This has not failed in some time. Closing.
Note You need to log in before you can comment on or make changes to this bug.