Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: tests/standalone/standalone.status

Issue 14332002: Add endian parameter to the get/set functions in ByteData. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/standalone/standalone.status
===================================================================
--- tests/standalone/standalone.status (revision 21661)
+++ tests/standalone/standalone.status (working copy)
@@ -78,13 +78,14 @@
[ $compiler == dart2js ]
number_identity_test: Skip # Bigints and int/double diff. not supported.
-typed_data_test: Skip # This is a VM test
-typed_data_view_test: Skip # This is a VM test
-typed_data_isolate_test: Skip # This is a VM test
-typed_array_test: Skip # This is a VM test
-float_array_test: Skip # This is a VM test
-int_array_test: Skip # This is a VM test
-byte_array_view_optimized_test: Skip # This is a VM test
+typed_data_test: Skip # dart:typeddata support needed.
+bytedata_test: Skip # dart:typeddata support needed.
+typed_data_view_test: Skip # dart:typeddata support needed.
+typed_data_isolate_test: Skip # dart:typeddata support needed.
+typed_array_test: Skip # dart:typeddata support needed.
+float_array_test: Skip # dart:typeddata support needed.
+int_array_test: Skip # dart:typeddata support needed.
+byte_array_view_optimized_test: Skip # dart:typeddata support needed.
io/web_socket_protocol_processor_test: Skip # Importing code with external keyword
int_array_load_elimination_test: Skip # This is a VM test
medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.

Powered by Google App Engine
This is Rietveld 408576698