Title: [202567] trunk/Source/_javascript_Core
Revision
202567
Author
[email protected]
Date
2016-06-28 08:32:39 -0700 (Tue, 28 Jun 2016)

Log Message

[Win] Skip failing INTL test.
https://bugs.webkit.org/show_bug.cgi?id=159141

Reviewed by Brent Fulgham.

INTL is not enabled on Windows.

* tests/stress/intl-constructors-with-proxy.js:
(shouldBe):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (202566 => 202567)


--- trunk/Source/_javascript_Core/ChangeLog	2016-06-28 15:12:10 UTC (rev 202566)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-06-28 15:32:39 UTC (rev 202567)
@@ -1,3 +1,15 @@
+2016-06-28  Per Arne Vollan  <[email protected]>
+
+        [Win] Skip failing INTL test.
+        https://bugs.webkit.org/show_bug.cgi?id=159141
+
+        Reviewed by Brent Fulgham.
+
+        INTL is not enabled on Windows.
+
+        * tests/stress/intl-constructors-with-proxy.js:
+        (shouldBe):
+
 2016-06-28  Joonghun Park  <[email protected]>
 
         [JSC] Fix build break since r202502 - 2

Modified: trunk/Source/_javascript_Core/tests/stress/intl-constructors-with-proxy.js (202566 => 202567)


--- trunk/Source/_javascript_Core/tests/stress/intl-constructors-with-proxy.js	2016-06-28 15:12:10 UTC (rev 202566)
+++ trunk/Source/_javascript_Core/tests/stress/intl-constructors-with-proxy.js	2016-06-28 15:32:39 UTC (rev 202567)
@@ -1,3 +1,5 @@
+//@ skip if $hostOS == "windows"
+
 function shouldBe(actual, expected) {
     if (actual !== expected)
         throw new Error('bad value: ' + actual);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to