dart-sdk/pkg/test_runner
Samir Jindel 85948bd799 [vm/elf] Run strip --strip-unneeded on ELF snapshots during testing.
Android's strip can make incorrect assumptions about the ELF it's processing,
which has caused bugs leaking into Flutter:

- https://github.com/dart-lang/sdk/issues/37146
- https://github.com/flutter/flutter/issues/41010

These kinds of bugs may be difficult to reproduce and have subtle effects.
We should run strip ourselves on the CQ to catch them earlier.

Change-Id: I1ba39aa7996749f90d3f7373f668c797d2e300d7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118388
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2019-09-27 13:24:46 +00:00
..
bin Make the NNBD command-line options less, uh, half-baked. 2019-09-10 22:39:19 +00:00
lib/src [vm/elf] Run strip --strip-unneeded on ELF snapshots during testing. 2019-09-27 13:24:46 +00:00
test Add support for test requirements. 2019-09-13 00:27:30 +00:00
tool Delete test_runner/tool/co19.dart 2019-09-12 18:43:09 +00:00
.gitignore Move the test runner (i.e. "test.dart"/"test.py") to pkg/. 2019-06-14 23:35:10 +00:00
analysis_options.yaml Tool to automatically update expectations in static error tests. 2019-07-30 01:23:22 +00:00
pubspec.yaml Tool to automatically update expectations in static error tests. 2019-07-30 01:23:22 +00:00