| OLD | NEW |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 web/incremental_compilation_update_test: Slow, RuntimeError # issue 23197 | 5 web/incremental_compilation_update_test: Slow, RuntimeError # issue 23197 |
| 6 | 6 |
| 7 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] | 7 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] |
| 8 web/*: Skip | 8 web/*: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $runtime == drt ] | 10 [ $compiler == dart2js && $runtime == drt ] |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 poi/poi_find_test: SkipByDesign # Uses dart:io. | 33 poi/poi_find_test: SkipByDesign # Uses dart:io. |
| 34 poi/serialize_test: SkipByDesign # Uses dart:io. | 34 poi/serialize_test: SkipByDesign # Uses dart:io. |
| 35 | 35 |
| 36 [ $compiler == dart2js ] | 36 [ $compiler == dart2js ] |
| 37 poi/*: Skip # Issue 20031 | 37 poi/*: Skip # Issue 20031 |
| 38 | 38 |
| 39 [ $compiler == dart2js ] | 39 [ $compiler == dart2js ] |
| 40 # Compilation is slow, test fails at runtime due to time out, but | 40 # Compilation is slow, test fails at runtime due to time out, but |
| 41 # unpredictably. | 41 # unpredictably. |
| 42 web/incremental_compilation_update_test: Skip | 42 web/incremental_compilation_update_test: Skip |
| 43 | |
| 44 [ $compiler == none && $runtime == drt ] | |
| 45 poi/forget_element_test: RuntimeError # Issue 24334 | |
| 46 poi/library_updater_test: RuntimeError # Issue 24334 | |
| 47 poi/qualified_names_test: RuntimeError # Issue 24334 | |
| 48 poi/diff_test: RuntimeError # Issue 24334 | |
| 49 poi/apply_updates_test: RuntimeError # Issue 24334 | |
| OLD | NEW |