Title: [266110] trunk/JSTests
- Revision
- 266110
- Author
- [email protected]
- Date
- 2020-08-25 01:46:40 -0700 (Tue, 25 Aug 2020)
Log Message
Skip failing tests on MIPS for later investigation
Unreviewed Gardening.
* stress/intl-segmenter.js:
* stress/typedarray-functions-with-neutered.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (266109 => 266110)
--- trunk/JSTests/ChangeLog 2020-08-25 08:13:20 UTC (rev 266109)
+++ trunk/JSTests/ChangeLog 2020-08-25 08:46:40 UTC (rev 266110)
@@ -1,3 +1,12 @@
+2020-08-25 Paulo Matos <[email protected]>
+
+ Skip failing tests on MIPS for later investigation
+
+ Unreviewed Gardening.
+
+ * stress/intl-segmenter.js:
+ * stress/typedarray-functions-with-neutered.js:
+
2020-08-25 Alexey Shvayka <[email protected]>
Implementation of the class "extends" clause incorrectly uses __proto__ for setting prototypes
Modified: trunk/JSTests/stress/intl-segmenter.js (266109 => 266110)
--- trunk/JSTests/stress/intl-segmenter.js 2020-08-25 08:13:20 UTC (rev 266109)
+++ trunk/JSTests/stress/intl-segmenter.js 2020-08-25 08:46:40 UTC (rev 266110)
@@ -1,6 +1,7 @@
+//@ skip if $architecture == "mips" # Due to ICU version. MIPS maintainer can look into the results and update.
//@ runDefault("--useIntlSegmenter=1")
-//@ skip if $architecture == "mips" # Due to ICU version. MIPS maintainer can look into the resutls and update.
+
function shouldBe(actual, expected) {
if (actual !== expected)
throw new Error('bad value: ' + actual);
Modified: trunk/JSTests/stress/typedarray-functions-with-neutered.js (266109 => 266110)
--- trunk/JSTests/stress/typedarray-functions-with-neutered.js 2020-08-25 08:13:20 UTC (rev 266109)
+++ trunk/JSTests/stress/typedarray-functions-with-neutered.js 2020-08-25 08:46:40 UTC (rev 266110)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "mips"
typedArrays = [Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array];
proto = Int8Array.prototype.__proto__;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes