dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.57k forks source link

Triage failures on Fix orphaned files in tests/language/ and tests/language_2/. #46052

Open dcharkes opened 3 years ago

dcharkes commented 3 years ago

Fix orphaned files in tests/language/ and tests/language_2/ enabled a bunch of test which were previously not enabled. We need to triage the crashing/failing/timing out VM tests:

cc @munificent

dcharkes commented 3 years ago

https://dart-ci.firebaseapp.com/current_results/#/filter=language/regress/regress34091_test

https://dart-ci.firebaseapp.com/current_results/#/filter=language/vm/regression_38436_test

https://dart-ci.firebaseapp.com/current_results/#/filter=language_2/vm/regression_38412_test

https://dart-ci.firebaseapp.com/current_results/#/filter=language/string/overflow_test

Missing out of memory errors.

https://dart-ci.firebaseapp.com/current_results/#/filter=language/nnbd/static_errors/local_function_inference_test

https://dart-ci.firebaseapp.com/current_results/#/filter=language_2/nosuchmethod_forwarding/abstract_override_with_different_type_test

munificent commented 3 years ago

The change was reverted but I'm going to try to break it up into smaller pieces and re-land bits as I'm able.