| 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
| 8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
| 9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
| 10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 172 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 173 | 173 |
| 174 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 174 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| 175 # The regexp tests are not verified to work on non d8/vm platforms yet. | 175 # The regexp tests are not verified to work on non d8/vm platforms yet. |
| 176 regexp/*: Skip | 176 regexp/*: Skip |
| 177 | 177 |
| 178 [ $runtime == d8 ] | 178 [ $runtime == d8 ] |
| 179 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 179 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 180 | 180 |
| 181 [ $runtime == vm || $runtime == dart_precompiled ] | 181 [ $runtime == vm || $runtime == dart_precompiled ] |
| 182 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | |
| 183 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 | 182 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 |
| 184 | 183 |
| 185 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] | 184 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] |
| 186 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). | 185 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
| 187 file_resource_test: Skip, OK # VM specific test, uses dart:io. | 186 file_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 188 http_resource_test: Skip, OK # VM specific test, uses dart:io. | 187 http_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 189 | 188 |
| 190 [ $compiler == dart2js && $browser == false ] | 189 [ $compiler == dart2js && $browser == false ] |
| 191 package_resource_test: RuntimeError # Issue 26842 | 190 package_resource_test: RuntimeError # Issue 26842 |
| 192 | 191 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 symbol_reserved_word_test/06: RuntimeError | 296 symbol_reserved_word_test/06: RuntimeError |
| 298 symbol_reserved_word_test/07: MissingCompileTimeError | 297 symbol_reserved_word_test/07: MissingCompileTimeError |
| 299 symbol_reserved_word_test/09: RuntimeError | 298 symbol_reserved_word_test/09: RuntimeError |
| 300 symbol_reserved_word_test/10: MissingCompileTimeError | 299 symbol_reserved_word_test/10: MissingCompileTimeError |
| 301 symbol_reserved_word_test/12: RuntimeError | 300 symbol_reserved_word_test/12: RuntimeError |
| 302 symbol_test/01: MissingCompileTimeError | 301 symbol_test/01: MissingCompileTimeError |
| 303 symbol_test/02: MissingCompileTimeError | 302 symbol_test/02: MissingCompileTimeError |
| 304 symbol_test/03: MissingCompileTimeError | 303 symbol_test/03: MissingCompileTimeError |
| 305 symbol_test/none: RuntimeError | 304 symbol_test/none: RuntimeError |
| 306 unicode_test: RuntimeError | 305 unicode_test: RuntimeError |
| OLD | NEW |