dart-sdk/tools
Rico Wind 2e22f41612 This is a fixed up version of:
https://codereview.chromium.org/1305183010/

- Reorder the priority of flags in the test harness when passed to the VM:
  default flags, file flags, command line flags
- Ensure to not enable assertions when not being requested.

Peter, any reason to not move the flags in to the
configuration file?  Why don't we actually have all of them in there? (not
that I want to move them, I am just currious why we don't add them in
there, it seems more logical to me)

BUG=
R=iposva@google.com, whesse@google.com

Committed: dd7767d95e

Review URL: https://codereview.chromium.org//1330643003 .
2015-09-14 07:58:18 +02:00
..
apps/update_homebrew Remove dartium formula from homebrew updater. 2015-08-10 15:39:17 +02:00
bots Remove custom .boto file path in tools. 2015-08-27 11:36:05 +02:00
dart2js Update Angular to be0739085976bbdbcf8f560475e87b07343f464d 2015-08-28 13:24:01 -07:00
dartium Remove obsolete file 2015-06-08 06:45:21 -07:00
ddbg/lib Rework how we run/kill scripts and how we quit in ddbg. 2013-12-04 21:21:35 +00:00
ddbg_service ddbg_service changes. 2014-09-22 20:10:07 +00:00
deps/dartium.deps Revert "Dartium w/ JsInterop enabled" 2015-09-09 17:33:24 -07:00
dom Revert "Dartium w/ JsInterop enabled" 2015-09-09 17:33:24 -07:00
gyp Force non-executable stack and enable stack canaries. 2015-07-16 16:05:02 -07:00
linux_dist_support/debian Don't depend on openjdk for building Debian packages 2014-09-08 12:43:04 +00:00
precompilation Emit assembly instead of a blob for the instructions snapshot, and provide labels for the entry point of each Instructions. 2015-09-04 15:15:50 -07:00
sdks Add download of the stable SDK from gcloud to the gclient hooks in DEPS. 2015-09-02 13:11:42 +02:00
testing This is a fixed up version of: 2015-09-14 07:58:18 +02:00
addlatexhash.dart More changes to fix dependencies after github move 2015-02-26 10:12:17 +00:00
android_link.py Fixes for updated third_party/android_tools. 2015-01-26 20:59:03 +00:00
archive_crash.py Archive more debug builds for manual inspection of binary differences 2015-02-12 07:24:02 +00:00
build.py Adds a simarmv5te build and test target. 2015-04-15 20:44:43 +00:00
canary.dart Build Observatory as part of runtime 2015-01-06 21:59:42 +00:00
clean_output_directory.py Add missing python import to utility script 2015-07-08 13:20:22 +02:00
copy_dart.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
coverage.dart Remove deprecated parts of dart:async. 2013-10-31 02:24:29 +00:00
create_debian_chroot.sh Update chroot creation script 2014-09-22 07:33:10 +00:00
create_debian_packages.py Allows building debian packages for ARM. 2014-08-15 15:20:42 +00:00
create_sdk.py create dartdoc snapshot, add to dart-sdk. Also add resources needed to run dartdoc from the sdk. 2015-08-19 08:02:41 -07:00
create_tarball.py Add download of the stable SDK from gcloud to the gclient hooks in DEPS. 2015-09-02 13:11:42 +02:00
create_timestamp_file.py Move editor/build/truncate_files.py to tools/create_timestamp_file.py 2014-04-22 10:25:51 +00:00
ddbg.dart Report stack overflow to debugger after stack is unwound 2014-07-10 17:44:33 +00:00
execute_recorded_testcases.py Record/replay support to test.py 2013-05-27 12:23:39 +00:00
FAKE_COMMITS Trigger build in the bots after exception. 2015-06-25 09:57:55 +02:00
full-coverage.dart Reland: Fix tools/full-coverage.dart script and add standalone test. 2014-06-23 22:27:26 +00:00
get_archive.py Don't delete old version before new version is downloaded. 2014-11-10 13:34:48 +00:00
gn_helpers.py Adds GN build files for building in GN based projects. 2014-11-11 22:03:55 +00:00
gyp_dart.py Don't force msvs 2010 version when running gyp 2015-07-30 16:09:12 +02:00
gypi_to_gn.py Adds GN build files for building in GN based projects. 2014-11-11 22:03:55 +00:00
line_doc_comments.dart [polymer] switch comment style 2014-02-25 23:43:45 +00:00
list_files.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
list_pkg_directories.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
make_bundle_unittest.py Initial checkin. 2011-10-05 05:34:19 +00:00
make_links.py Add error and message to tools/make_links.py for duplicate packages. 2015-08-10 14:35:51 +02:00
make_version.py Add support for ignoring the svn revision when getting the version, use this for gn build 2015-01-29 16:55:08 +00:00
observatory_tool.py Use the checked in SDK to build Observatory 2015-09-10 11:15:41 -07:00
only_in_release_mode.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
presubmit.sh Continue removal of frog. 2012-08-20 19:35:58 +00:00
print_version.py First CL for removing our dependency on the checked-in binary for building 2013-08-06 10:52:57 +00:00
promote.py Remove invalid check from promote script 2015-06-09 13:39:49 +02:00
publish_pkg.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
revert.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
run_pub.py Switch over testing pub seperately from the the normal packages 2015-06-09 08:12:51 +02:00
signing_script.py Added sha256 sums for build outputs 2014-08-07 09:30:13 +00:00
status_clean.dart Start pulling pub from its own repo. 2015-05-29 14:50:18 -07:00
task_kill.py Upstream change to also kill fletch as part of task_kill.py. 2015-08-20 09:32:59 +02:00
test.dart tools/testing: move code into individual libraries 2014-12-04 15:32:57 +00:00
test.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00
utils.py Update build utils to prefer Visual Studio 2013. 2015-08-03 10:28:34 +02:00
VERSION Start Version 13 on master (bleeding-edge). 2015-08-11 12:39:50 +02:00