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

Unified Diff: tests/corelib.status

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/cli_tests/interactive_debugger_tests.dart ('k') | tests/coroutine/coroutine.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib.status
diff --git a/tests/corelib.status b/tests/corelib.status
index c609d8aa6cfac61761f612e900ad0b21763c38ca..790a06d1e2d3ffa6f20bd92e61ca25684fe0b88a 100644
--- a/tests/corelib.status
+++ b/tests/corelib.status
@@ -3,21 +3,21 @@
# BSD-style license that can be found in the LICENSE.md file.
[ $system == macos ]
-# https://github.com/dart-lang/fletch/issues/401
+# https://github.com/dart-lang/dartino/issues/401
big_integer_huge_mul_vm_test: Pass, Slow, Timeout
-[ $runtime == fletchc ]
+[ $runtime == dartino_compiler ]
# -D option not implemented.
int_from_environment2_test: CompileTimeError
-# Stack trace printing crashes (https://github.com/dart-lang/fletch/issues/241)
+# Stack trace printing crashes (https://github.com/dart-lang/dartino/issues/241)
apply3_test: Crash
-# FletchBackend.createDebugInfo triggers assertion error
-# (https://github.com/dart-lang/fletch/issues/242)
+# DartinoBackend.createDebugInfo triggers assertion error
+# (https://github.com/dart-lang/dartino/issues/242)
expando_test: Crash
-[ $compiler == fletchc || $runtime == fletchc ]
+[ $compiler == dartino_compiler || $runtime == dartino_compiler ]
# Test is wrong, as it expects "Stack overflow" and not "Stack Overflow" on
# overflows.
regexp/regexp_test: RuntimeError
@@ -150,7 +150,7 @@ symbol_reserved_word_test/10: MissingCompileTimeError
symbol_reserved_word_test/12: Fail
symbol_test/none: Fail
-[ ($runtime == fletchc || $runtime == fletchvm) && $arch == x64 && $mode == debug && ($clang || $asan) ]
+[ ($runtime == dartino_compiler || $runtime == dartinovm) && $arch == x64 && $mode == debug && ($clang || $asan) ]
int_parse_radix_test/01: Skip # Extremely slow, so we run them only in one debug-x64 confguration. Issue 46.
int_parse_radix_test/02: Skip # Extremely slow, so we run them only in one debug-x64 confguration. Issue 46.
int_parse_radix_test/none: Skip # Extremely slow, so we run them only in one debug-x64 confguration. Issue 46.
@@ -203,7 +203,7 @@ regexp/global_test: Slow, Pass
[ $mode == debug ]
big_integer_huge_mul_vm_test: Slow, Pass
-[ $settings_file_name == embedded.fletch-settings && ($compiler == fletchc || $runtime == fletchc) ]
+[ $settings_file_name == embedded.dartino-settings && ($compiler == dartino_compiler || $runtime == dartino_compiler) ]
# No dart:convert on embedded
string_source_test: CompileTimeError
json_map_test: CompileTimeError
« no previous file with comments | « tests/cli_tests/interactive_debugger_tests.dart ('k') | tests/coroutine/coroutine.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698