Title: [189084] trunk/LayoutTests
Revision
189084
Author
[email protected]
Date
2015-08-27 21:27:36 -0700 (Thu, 27 Aug 2015)

Log Message

Unbreak JSC tests (broken since r189064).

Not reviewed.

* js/script-tests/typedarray-test-helper-functions.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (189083 => 189084)


--- trunk/LayoutTests/ChangeLog	2015-08-28 03:51:13 UTC (rev 189083)
+++ trunk/LayoutTests/ChangeLog	2015-08-28 04:27:36 UTC (rev 189084)
@@ -1,3 +1,11 @@
+2015-08-27  Mark Lam  <[email protected]>
+
+        Unbreak JSC tests (broken since r189064).
+
+        Not reviewed.
+
+        * js/script-tests/typedarray-test-helper-functions.js:
+
 2015-08-27  Tim Horton  <[email protected]>
 
         fast/css/object-fit/object-fit-embed.html isn't testing anything

Modified: trunk/LayoutTests/js/script-tests/typedarray-test-helper-functions.js (189083 => 189084)


--- trunk/LayoutTests/js/script-tests/typedarray-test-helper-functions.js	2015-08-28 03:51:13 UTC (rev 189083)
+++ trunk/LayoutTests/js/script-tests/typedarray-test-helper-functions.js	2015-08-28 04:27:36 UTC (rev 189084)
@@ -1,3 +1,4 @@
+//@ skip
 var typedArrays = [Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array];
 
 var signedArrays = [Int8Array, Int16Array, Int32Array, Float32Array, Float64Array];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to