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

Unified Diff: dart/tools/bots/compiler.py

Issue 23477028: Remove dart2js_foreign. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « dart/tests/compiler/dart2js_foreign/native_wrapping_function_test.dart ('k') | dart/tools/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/bots/compiler.py
diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
index 4cc6ac68f8d9511d89f4f8b0b4ec965755f67adb..2b11178b8304127165fd2672a5cb9dc1c477e19d 100644
--- a/dart/tools/bots/compiler.py
+++ b/dart/tools/bots/compiler.py
@@ -254,7 +254,7 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, test_set, arch):
TestStep("dart2js", mode, system, 'dart2js', runtime, [], flags, arch)
# TODO(kasperl): Consider running peg and css tests too.
- extras = ['dart2js_extra', 'dart2js_native', 'dart2js_foreign']
+ extras = ['dart2js_extra', 'dart2js_native']
extras_flags = flags
if (system == 'linux'
and runtime == 'd8'
« no previous file with comments | « dart/tests/compiler/dart2js_foreign/native_wrapping_function_test.dart ('k') | dart/tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698