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]
<rdar://problem/19617802>
This has not failed in some time. Closing.