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

Unified Diff: tests/standalone/standalone.status

Issue 23494066: Automatically converted general Fail status file markers to one of the more specific markers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« tests/language/language_dart2js.status ('K') | « tests/lib/lib.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index b8028abd15b21fcc022594071ccb74a483e31318..4f5d26bd847cbc6482d6a6e00e4b59a5953bc462 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -13,7 +13,7 @@ io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449
io/dependency_graph_test: Skip # http/dartbug.com/12449
io/status_file_parser_test: Skip # http/dartbug.com/12449
-package/invalid_uri_test: Fail, OK # Fails intentionally
+package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
[ $runtime == vm && $system == windows ]
io/file_system_watcher_test: Pass, Timeout # Issue 13228
@@ -121,7 +121,7 @@ float_array_test: Skip # dart:typed_data support needed.
int_array_test: Skip # dart:typed_data 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.
+medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: issue 1533.
io/process_exit_negative_test: Fail, OK # relies on a static error that is a warning now.
package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issue 3051
debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
@@ -131,15 +131,15 @@ double_smi_comparison_test: Skip # Precision > 53 bits.
http_launch_test: Skip
javascript_int_overflow_test: Skip
javascript_int_overflow_literal_test: Skip
-oom_error_stacktrace_test: Fail, OK # (OOM on JS may produce a stacktrace).
+oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrace).
vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
[ $compiler == dart2js && $jscl ]
-assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
-deoptimization_test: Fail, OK # Requires bigint.
-out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
-io/options_test: Fail, OK # Cannot pass options to d8.
+assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.
+deoptimization_test: RuntimeError, OK # Requires bigint.
+out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart VM.
+io/options_test: CompileTimeError, OK # Cannot pass options to d8.
[ $compiler == dart2js && $runtime == none ]
io/options_test: Fail
« tests/language/language_dart2js.status ('K') | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698