| 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 && $compiler == none && $system == fuchsia] | 5 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Not yet triaged. | 6 *: Skip # Not yet triaged. |
| 7 | 7 |
| 8 [ $browser ] | 8 [ $browser ] |
| 9 # Skip tests that uses dart:io | 9 # Skip tests that uses dart:io |
| 10 build_dart: Skip | 10 build_dart: Skip |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 *: Skip # Issue 28649 | 21 *: Skip # Issue 28649 |
| 22 | 22 |
| 23 [ $arch == arm ] | 23 [ $arch == arm ] |
| 24 sample_extension/test/*: Skip # Issue 14705 | 24 sample_extension/test/*: Skip # Issue 14705 |
| 25 | 25 |
| 26 [ $compiler == precompiler ] | 26 [ $compiler == precompiler ] |
| 27 sample_extension/test/*: Skip # These tests attempt to spawn another script usin
g the precompiled runtime. | 27 sample_extension/test/*: Skip # These tests attempt to spawn another script usin
g the precompiled runtime. |
| 28 | 28 |
| 29 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 29 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| 30 sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # I
ssue 28842 | 30 sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # I
ssue 28842 |
| 31 |
| 32 [ $compiler == dartkp ] |
| 33 sample_extension/test/sample_extension_app_snapshot_test: RuntimeError |
| 34 sample_extension/test/sample_extension_script_snapshot_test: RuntimeError |
| 35 sample_extension/test/sample_extension_test: RuntimeError |
| OLD | NEW |