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

Unified Diff: dart/frog/scripts/bootstrap/frog_wrapper.py

Issue 9111012: Detect crashes in frog/leg (when running on VM). (Closed) Base URL: ssh://aaricia.aar/home/ahe/Dart/all/dart.googlecode.com.git@master
Patch Set: Fix mistake in status file Created 8 years, 12 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/frog/minfrogc.dart ('k') | dart/frog/tests/leg_only/leg_only.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/scripts/bootstrap/frog_wrapper.py
diff --git a/dart/frog/scripts/bootstrap/frog_wrapper.py b/dart/frog/scripts/bootstrap/frog_wrapper.py
index f7efbfac240e1583ccbcd0d2d320ea99201f8bf3..f760c0a4e236336f52a1a938a0fb5bd5e546ab66 100644
--- a/dart/frog/scripts/bootstrap/frog_wrapper.py
+++ b/dart/frog/scripts/bootstrap/frog_wrapper.py
@@ -17,7 +17,11 @@ def main(args):
print "Could not find frog"
return 1
- frog_args = ['frog.py', '--vm=' + VM, '--']
+ frog_args = [
+ 'frog.py',
+ '--vm=' + VM,
+ '--vm_flags=--enable_asserts --enable_type_checks',
+ '--']
frog_args += args[1:]
filename = None
« no previous file with comments | « dart/frog/minfrogc.dart ('k') | dart/frog/tests/leg_only/leg_only.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698