https://bugs.webkit.org/show_bug.cgi?id=156074
Reviewed by Alex Christensen.
Temporarily skip failing INTL related tests, because AppleWin currently
does not have INTL enabled.
* js/script-tests/array-toLocaleString.js:
* js/script-tests/date-toLocaleString.js:
* js/script-tests/intl-collator.js:
* js/script-tests/intl-datetimeformat.js:
* js/script-tests/intl-numberformat.js:
* js/script-tests/intl.js:
* js/script-tests/number-toLocaleString.js:
* js/script-tests/string-toLocaleLowerCase.js:
* js/script-tests/string-toLocaleUpperCase.js:
* platform/win/TestExpectations:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198926
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-31 Per Arne Vollan <peavo@outlook.com>
+
+ [Win] Skip INTL related tests.
+ https://bugs.webkit.org/show_bug.cgi?id=156074
+
+ Reviewed by Alex Christensen.
+
+ Temporarily skip failing INTL related tests, because AppleWin currently
+ does not have INTL enabled.
+
+ * js/script-tests/array-toLocaleString.js:
+ * js/script-tests/date-toLocaleString.js:
+ * js/script-tests/intl-collator.js:
+ * js/script-tests/intl-datetimeformat.js:
+ * js/script-tests/intl-numberformat.js:
+ * js/script-tests/intl.js:
+ * js/script-tests/number-toLocaleString.js:
+ * js/script-tests/string-toLocaleLowerCase.js:
+ * js/script-tests/string-toLocaleUpperCase.js:
+ * platform/win/TestExpectations:
+
2016-03-31 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ScriptSyntaxTree doesn't handle RestElement AST nodes
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of Array.prototype.toLocaleString as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
shouldBe("Array.prototype.toLocaleString.length", "0");
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of Date.prototype.toLocaleString as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
shouldBe("Date.prototype.toLocaleString.length", "0");
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of Intl.Collator as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
// 10.1 The Intl.Collator Constructor
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of Intl.DateTimeFormat as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
// 12.1 The Intl.DateTimeFormat Constructor
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of Intl.NumberFormat as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
// 11.1 The Intl.NumberFormat Constructor
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of the Intl object as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
// 8 The Intl Object
+//@ skip if $hostOS == "windows"
description("This test checks the behavior of Number.prototype.toLocaleString as described in the ECMAScript Internationalization API Specification (ECMA-402 2.0).");
shouldBe("Number.prototype.toLocaleString.length", "0");
+//@ skip if $hostOS == "windows"
description("This test checks String.prototype.toLocaleLowerCase().");
shouldBe("String.prototype.toLocaleLowerCase.length", "0");
+//@ skip if $hostOS == "windows"
description("This test checks String.prototype.toLocaleUpperCase().");
shouldBe("String.prototype.toLocaleUpperCase.length", "0");
# The following fails due to DOM exception 18.
js/dom/callback-function-with-handle-event.html [ Skip ] # [ Timeout ]
+# Skip INTL related tests since AppleWin currently does not have INTL enabled.
+js/array-toLocaleString.html [ Skip ]
+js/date-toLocaleString.html [ Skip ]
+js/intl-collator.html [ Skip ]
+js/intl-datetimeformat.html [ Skip ]
+js/intl-numberformat.html [ Skip ]
+js/intl.html [ Skip ]
+js/number-toLocaleString.html [ Skip ]
+js/string-toLocaleLowerCase.html [ Skip ]
+js/string-toLocaleUpperCase.html [ Skip ]
+
webkit.org/b/151027 jquery/manipulation.html [ Pass Timeout ]
################################################################################
################# End JavaScript Issues #######################