3fd5ffdbd4
- Create a separate compilation output directory for each VMOptions varient so they can run in parallel. - Run both the snapshotter and assembler from the test harness instead of a wrapper script so crashes in the snapshotter are correctly identified by the test harness. - Delete the assembly source for the precompiled shared library as we go to limit space required to run the test suite (now 61GB for X64 release). - Remove the VMOption --optimization-counter-threshold in when running precompilation tests. - Don't look at a library prefix's import list during load(), it was removed by tree-shaking. - Trace types of TypeParameters. - Trace types of a Function's owner and parent. - Update status file for remaining 4 failures under http://dartbug.com/25892. R=fschneider@google.com Review URL: https://codereview.chromium.org/1732323005 .