| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 # These tests are timing dependent and should be non-flaky once the fix for | 6 # These tests are timing dependent and should be non-flaky once the fix for |
| 7 # https://github.com/dart-lang/co19/issues/86 is merged into master. | 7 # https://github.com/dart-lang/co19/issues/86 is merged into master. |
| 8 # (They are skipped on $runtime == pre_compiled below.) | 8 # (They are skipped on $runtime == pre_compiled below.) |
| 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 | 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 |
| 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 | 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 Language/Types/Static_Types/malformed_type_t02: CompileTimeError | 383 Language/Types/Static_Types/malformed_type_t02: CompileTimeError |
| 384 Language/Types/Static_Types/malformed_type_t03: CompileTimeError | 384 Language/Types/Static_Types/malformed_type_t03: CompileTimeError |
| 385 Language/Types/Static_Types/malformed_type_t04: CompileTimeError | 385 Language/Types/Static_Types/malformed_type_t04: CompileTimeError |
| 386 Language/Types/Static_Types/malformed_type_t05: CompileTimeError | 386 Language/Types/Static_Types/malformed_type_t05: CompileTimeError |
| 387 Language/Types/Static_Types/malformed_type_t06: CompileTimeError | 387 Language/Types/Static_Types/malformed_type_t06: CompileTimeError |
| 388 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError | 388 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError |
| 389 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError | 389 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError |
| 390 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError | 390 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError |
| 391 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr
ror | 391 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr
ror |
| 392 | 392 |
| 393 # Obfuscated mode expectations |
| 394 [ $runtime == dart_precompiled && $minified ] |
| 395 Language/Enums/declaration_equivalent_t01: Skip # Enum.toString is obfuscated. |
| 396 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz
ation/no_such_method_t01: Skip # Uses new Symbol() instead of const Symbol() |
| 397 LibTest/core/Symbol/Symbol_A01_t01: Skip # Uses new Symbol() |
| OLD | NEW |