dart-sdk/pkg
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
..
analysis_server Increase the severity of the unused_import hint (to a warning). 2019-09-27 02:10:22 +00:00
analysis_server_client Add output directory field to dartfix API 2019-09-16 22:51:21 +00:00
analysis_tool [analyzer] enable implicit-casts: false for several projects 2019-08-13 16:26:41 +00:00
analyzer [parser] Fix bug wrt when the handleNonNullAssertExpression is added 2019-09-27 11:53:15 +00:00
analyzer_cli Increase the severity of the unused_import hint (to a warning). 2019-09-27 02:10:22 +00:00
analyzer_fe_comparison [cfe+vm+ddc] Return ClassHierarchy and CoreTypes together with Component 2019-08-09 13:02:12 +00:00
analyzer_plugin Bump analyzer_plugin's maximum supported analyzer version 2019-09-26 14:04:42 +00:00
async_helper
build_integration
compiler [dart2js] New RTI: Support redirection in ruleset. 2019-09-26 22:24:52 +00:00
dart2js_tools
dart2native [SDK] Further adjusts flags for dart2native. 2019-09-25 15:04:20 +00:00
dart_internal [dart_internal] Bump SDK upper-bound to <2.7.0 2019-09-13 22:01:16 +00:00
dartfix Increase the severity of the unused_import hint (to a warning). 2019-09-27 02:10:22 +00:00
dev_compiler [dartdevc] improve escaping to handle kernel extension symbols 2019-09-26 16:58:42 +00:00
diagnostic
expect [dartdevc] Add modular NNBD test 2019-09-19 16:53:50 +00:00
front_end [parser] Fix bug wrt when the handleNonNullAssertExpression is added 2019-09-27 11:53:15 +00:00
js Updating the package:js README 2019-08-19 17:52:57 +00:00
js_ast
kernel Added variance support in listeners to ast. 2019-09-26 18:11:10 +00:00
meta fix typo in factory; add mixin text for protected 2019-09-09 14:11:47 +00:00
modular_test
nnbd_migration Migration: fix trial_migration.dart's handling of required 2019-09-26 19:00:19 +00:00
smith Make the NNBD command-line options less, uh, half-baked. 2019-09-10 22:39:19 +00:00
sourcemap_testing
status_file [infra] status file clean up tool: add flag to also remove non-essential expectations in lines with comments 2019-09-04 08:57:53 +00:00
telemetry
test_runner [vm/elf] Run strip --strip-unneeded on ELF snapshots during testing. 2019-09-27 13:24:46 +00:00
testing [pkg/testing] Replace top-level logging functions with an interface. 2019-09-23 07:57:39 +00:00
vm [vm, bytecode] Generate bytecode per package in fronend_server incremental compiles. 2019-09-26 21:36:45 +00:00
vm_service [ package:vm_service ] Added HeapSnapshotGraph, a helper class which parses the responses from the HeapSnapshot event stream. 2019-09-26 21:12:05 +00:00
.gitignore
BUILD.gn
pkg.status [dart2js] Mark pkg/modular_test/test/validate_{pipeline,suite}_test as slow. 2019-09-26 20:01:48 +00:00