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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2987793002: Migrate test block 7 to Dart 2.0. (Closed)
Patch Set: Final review comment, dropping static multitest Created 3 years, 4 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
« no previous file with comments | « tests/corelib/error_stack_trace_test.dart ('k') | tests/corelib_2/double_round2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index f7ef910fa4c231b54bde57dba2caa0eb57eb6465..c51ec1c5267215d4bb81114a3000eefebbdf5cbe 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -156,6 +156,12 @@ nan_infinity_test/01: RuntimeError
[ $compiler == dart2js && $runtime == drt && $csp && $minified ]
core_runtime_types_test: Pass, Fail # Issue 27913
+[ $compiler != dartdevc ]
+error_stack_trace_test/static: MissingCompileTimeError
+
+[ $compiler == dartdevc ]
+error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for exception caught from 'throw null;'
+
[ $runtime == flutter ]
apply3_test: CompileTimeError # mirrors not supported
bool_from_environment_test: Fail # Flutter Issue 9111
@@ -355,6 +361,7 @@ symbol_test/none: RuntimeError # Issue 27394
string_static_test: MissingCompileTimeError
[ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel]
+error_stack_trace1_test: RuntimeError # Issue 12399
symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') should be allowed.
regexp/pcre_test: Pass, Slow # Issue 21593
« no previous file with comments | « tests/corelib/error_stack_trace_test.dart ('k') | tests/corelib_2/double_round2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698