| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index b93c3ded81b21e9304d1674231de225354a8ef46..0a2e31f0b87ace1f4a8eeac8f432a85349e6eec0 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1154,14 +1154,6 @@ class VmCommandOutputImpl extends CommandOutputImpl
|
| return Expectation.PASS;
|
| }
|
|
|
| - // We're not as strict, if the exitCode indicated an uncaught exception
|
| - // we say it passed nonetheless
|
| - // TODO(kustermann): As soon as the VM team makes sure we get correct
|
| - // exit codes, we should remove this.
|
| - if (exitCode == DART_VM_EXITCODE_UNCAUGHT_EXCEPTION) {
|
| - return Expectation.PASS;
|
| - }
|
| -
|
| return Expectation.MISSING_COMPILETIME_ERROR;
|
| }
|
| if (testCase.info.hasRuntimeError) {
|
|
|