Bug 140946 - [Win] Layout Test js/sort-stability.html is failing
Summary: [Win] Layout Test js/sort-stability.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-27 11:44 PST by Brent Fulgham
Modified: 2015-10-12 11:56 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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]
Comment 1 Radar WebKit Bug Importer 2015-01-27 11:45:28 PST
<rdar://problem/19617802>
Comment 2 Brent Fulgham 2015-10-12 11:56:59 PDT
This has not failed in some time. Closing.