Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 43 apply2_test: RuntimeError # Issue 29921 | 43 apply2_test: RuntimeError # Issue 29921 |
| 44 apply3_test: RuntimeError # Issue 29921 | 44 apply3_test: RuntimeError # Issue 29921 |
| 45 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 45 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
| 46 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 46 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
| 47 const_list_literal_test: RuntimeError # Issue 29921 | 47 const_list_literal_test: RuntimeError # Issue 29921 |
| 48 const_list_remove_range_test: RuntimeError # Issue 29921 | 48 const_list_remove_range_test: RuntimeError # Issue 29921 |
| 49 const_list_set_range_test: RuntimeError # Issue 29921 | 49 const_list_set_range_test: RuntimeError # Issue 29921 |
| 50 compare_to2_test: RuntimeError # Issue 30170 | 50 compare_to2_test: RuntimeError # Issue 30170 |
| 51 date_time10_test: RuntimeError # Issue 29921 | 51 date_time10_test: RuntimeError # Issue 29921 |
| 52 hash_set_test/01: RuntimeError # Issue 29921 | 52 hash_set_test/01: RuntimeError # Issue 29921 |
| 53 regexp/pcre-test-4_test: RuntimeError # Issue 29921 | |
| 53 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921 | 54 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921 |
| 54 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 | 55 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 |
| 55 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 | 56 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 |
| 56 regexp/results-cache_test: RuntimeError # Issue 29921 | 57 regexp/results-cache_test: RuntimeError # Issue 29921 |
| 57 regexp/stack-overflow2_test: RuntimeError # Issue 29921 | 58 regexp/stack-overflow2_test: RuntimeError # Issue 29921 |
| 58 regexp/stack-overflow_test: RuntimeError # Issue 29921 | 59 regexp/stack-overflow_test: RuntimeError # Issue 29921 |
| 59 regexp/unicode-handling_test: RuntimeError # Issue 29921 | 60 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
| 60 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 | 61 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
| 61 regress_r21715_test: RuntimeError # Issue 29921 | 62 regress_r21715_test: RuntimeError # Issue 29921 |
| 62 string_operations_with_null_test: RuntimeError # Issue 29921 | 63 string_operations_with_null_test: RuntimeError # Issue 29921 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 209 symbol_reserved_word_test/06: RuntimeError # Issue 27394 | 210 symbol_reserved_word_test/06: RuntimeError # Issue 27394 |
| 210 symbol_reserved_word_test/09: RuntimeError # Issue 27394 | 211 symbol_reserved_word_test/09: RuntimeError # Issue 27394 |
| 211 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 212 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 212 symbol_test/none: RuntimeError # Issue 27394 | 213 symbol_test/none: RuntimeError # Issue 27394 |
| 213 | 214 |
| 214 [ $compiler == none && $runtime == vm ] | 215 [ $compiler == none && $runtime == vm ] |
| 215 string_static_test: MissingCompileTimeError | 216 string_static_test: MissingCompileTimeError |
| 216 | 217 |
| 217 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] | 218 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] |
| 218 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. | 219 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. |
| 220 regexp/pcre_test: Pass, Slow # Issue 21593 | |
| 219 | 221 |
| 220 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] | 222 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
| 221 string_base_vm_static_test: MissingCompileTimeError | 223 string_base_vm_static_test: MissingCompileTimeError |
| 222 | 224 |
| 223 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 225 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 224 string_case_test/01: Fail, OK # Bug in Firefox. | 226 string_case_test/01: Fail, OK # Bug in Firefox. |
| 225 | 227 |
| 226 [ $compiler == none && $runtime == drt ] | 228 [ $compiler == none && $runtime == drt ] |
| 227 string_from_environment2_test: Skip | 229 string_from_environment2_test: Skip |
| 228 string_from_environment3_test: Skip | 230 string_from_environment3_test: Skip |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 273 hidden_library2_test/01: Crash | 275 hidden_library2_test/01: Crash |
| 274 hidden_library2_test/none: Crash | 276 hidden_library2_test/none: Crash |
| 275 int_from_environment3_test/01: MissingCompileTimeError | 277 int_from_environment3_test/01: MissingCompileTimeError |
| 276 int_from_environment3_test/02: MissingCompileTimeError | 278 int_from_environment3_test/02: MissingCompileTimeError |
| 277 int_from_environment3_test/03: MissingCompileTimeError | 279 int_from_environment3_test/03: MissingCompileTimeError |
| 278 int_from_environment3_test/04: MissingCompileTimeError | 280 int_from_environment3_test/04: MissingCompileTimeError |
| 279 int_from_environment3_test/05: Crash | 281 int_from_environment3_test/05: Crash |
| 280 int_modulo_arith_test/bignum: Crash | 282 int_modulo_arith_test/bignum: Crash |
| 281 int_modulo_arith_test/modPow: Crash | 283 int_modulo_arith_test/modPow: Crash |
| 282 int_modulo_arith_test/none: Crash | 284 int_modulo_arith_test/none: Crash |
| 285 regexp/pcre_test: RuntimeError # Issue 27394 | |
| 286 regexp/pcre_test: Crash | |
|
Vyacheslav Egorov (Google)
2017/07/31 11:34:48
These two lines make no sense together. Is it Cras
| |
| 287 regexp/pcre-test-4_test: Crash | |
| 283 stacktrace_fromstring_test: Crash | 288 stacktrace_fromstring_test: Crash |
| 284 stopwatch2_test: Crash | 289 stopwatch2_test: Crash |
| 285 string_base_vm_test: Crash | 290 string_base_vm_test: Crash |
| 286 string_buffer_test: Crash | 291 string_buffer_test: Crash |
| 287 string_codeunits_test: Crash | 292 string_codeunits_test: Crash |
| 288 string_from_environment3_test/01: MissingCompileTimeError | 293 string_from_environment3_test/01: MissingCompileTimeError |
| 289 string_from_environment3_test/02: MissingCompileTimeError | 294 string_from_environment3_test/02: MissingCompileTimeError |
| 290 string_from_environment3_test/03: MissingCompileTimeError | 295 string_from_environment3_test/03: MissingCompileTimeError |
| 291 string_from_environment3_test/04: MissingCompileTimeError | 296 string_from_environment3_test/04: MissingCompileTimeError |
| 292 string_from_environment3_test/05: Crash | 297 string_from_environment3_test/05: Crash |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 404 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter | 409 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter |
| 405 | 410 |
| 406 [ $compiler == dart2js && $runtime != none && !$checked ] | 411 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 407 splay_tree_from_iterable_test: RuntimeError | 412 splay_tree_from_iterable_test: RuntimeError |
| 408 | 413 |
| 409 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] | 414 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] |
| 410 splay_tree_from_iterable_test: RuntimeError | 415 splay_tree_from_iterable_test: RuntimeError |
| 411 | 416 |
| 412 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 417 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 413 splay_tree_from_iterable_test: RuntimeError | 418 splay_tree_from_iterable_test: RuntimeError |
| 419 | |
| 420 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | |
| 421 rexexp/pcre_test: Pass, Slow, Timeout | |
|
Vyacheslav Egorov (Google)
2017/07/31 11:34:48
Typo in the name:
rexexp
| |
| 422 | |
| 423 [ $mode == debug ] | |
| 424 regexp/pcre_test: Pass, Slow # Issue 22008 | |
| OLD | NEW |