Title: [233724] trunk/JSTests
Revision
233724
Author
utatane....@gmail.com
Date
2018-07-11 00:59:12 -0700 (Wed, 11 Jul 2018)

Log Message

Unreviewed, clean up test262 expectations

* test262/expectations.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (233723 => 233724)


--- trunk/JSTests/ChangeLog	2018-07-11 06:22:14 UTC (rev 233723)
+++ trunk/JSTests/ChangeLog	2018-07-11 07:59:12 UTC (rev 233724)
@@ -1,3 +1,9 @@
+2018-07-11  Yusuke Suzuki  <utatane....@gmail.com>
+
+        Unreviewed, clean up test262 expectations
+
+        * test262/expectations.yaml:
+
 2018-07-10  Mark Lam  <mark....@apple.com>
 
         constructArray() should always allocate the requested length.

Modified: trunk/JSTests/test262/expectations.yaml (233723 => 233724)


--- trunk/JSTests/test262/expectations.yaml	2018-07-11 06:22:14 UTC (rev 233723)
+++ trunk/JSTests/test262/expectations.yaml	2018-07-11 07:59:12 UTC (rev 233724)
@@ -1250,9 +1250,6 @@
 test/built-ins/TypedArray/prototype/lastIndexOf/length-zero-returns-minus-one.js:
   default: 'Test262Error:  (Testing with Float64Array.)'
   strict mode: 'Test262Error:  (Testing with Float64Array.)'
-test/built-ins/TypedArray/prototype/slice/arraylength-internal.js:
-  default: 'Test262Error: Expected SameValue(«true», «false») to be true (Testing with Float64Array.)'
-  strict mode: 'Test262Error: Expected SameValue(«true», «false») to be true (Testing with Float64Array.)'
 test/built-ins/TypedArray/prototype/slice/detached-buffer-zero-count-custom-ctor-other-targettype.js:
   default: 'TypeError: Underlying ArrayBuffer has been detached from the view (Testing with Float64Array.)'
   strict mode: 'TypeError: Underlying ArrayBuffer has been detached from the view (Testing with Float64Array.)'
@@ -1259,9 +1256,6 @@
 test/built-ins/TypedArray/prototype/slice/detached-buffer-zero-count-custom-ctor-same-targettype.js:
   default: 'TypeError: Underlying ArrayBuffer has been detached from the view (Testing with Float64Array.)'
   strict mode: 'TypeError: Underlying ArrayBuffer has been detached from the view (Testing with Float64Array.)'
-test/built-ins/TypedArray/prototype/slice/results-with-empty-length.js:
-  default: 'Test262Error: begin == length & result.hasOwnProperty(0) === false Expected SameValue(«true», «false») to be true (Testing with Float64Array.)'
-  strict mode: 'Test262Error: begin == length & result.hasOwnProperty(0) === false Expected SameValue(«true», «false») to be true (Testing with Float64Array.)'
 test/built-ins/TypedArray/prototype/slice/speciesctor-get-species-custom-ctor-length-throws.js:
   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array.)'
   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array.)'
@@ -1268,9 +1262,6 @@
 test/built-ins/TypedArray/prototype/sort/comparefn-nonfunction-call-throws.js:
   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array.)'
   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array.)'
-test/built-ins/TypedArray/prototype/subarray/results-with-empty-length.js:
-  default: 'Test262Error: begin == length & result.hasOwnProperty(0) === false Expected SameValue(«true», «false») to be true (Testing with Float64Array.)'
-  strict mode: 'Test262Error: begin == length & result.hasOwnProperty(0) === false Expected SameValue(«true», «false») to be true (Testing with Float64Array.)'
 test/built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value.js:
   default: 'Test262Error: should not call valueOf if toString is present (Testing with Float64Array.)'
   strict mode: 'Test262Error: should not call valueOf if toString is present (Testing with Float64Array.)'
@@ -1418,9 +1409,6 @@
 test/built-ins/TypedArrayConstructors/internals/GetOwnProperty/index-prop-desc.js:
   default: 'Test262Error: index descriptor is writable [0] Expected SameValue(«false», «true») to be true (Testing with Float64Array.)'
   strict mode: 'Test262Error: index descriptor is writable [0] Expected SameValue(«false», «true») to be true (Testing with Float64Array.)'
-test/built-ins/TypedArrayConstructors/internals/GetOwnProperty/key-is-out-of-bounds.js:
-  default: 'Test262Error: Expected SameValue(«[object Object]», «undefined») to be true (Testing with Float64Array.)'
-  strict mode: 'Test262Error: Expected SameValue(«[object Object]», «undefined») to be true (Testing with Float64Array.)'
 test/built-ins/TypedArrayConstructors/internals/HasProperty/abrupt-from-ordinary-has-parent-hasproperty.js:
   default: 'Test262Error:  (Testing with Float64Array.)'
   strict mode: 'Test262Error:  (Testing with Float64Array.)'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to