| 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 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 |
| 5 [ $compiler == none ] | 7 [ $compiler == none ] |
| 6 unicode_test: Fail # Bug 5163868 | 8 unicode_test: Fail # Bug 6706 |
| 7 *dartc_test: Skip | 9 *dartc_test: Skip |
| 8 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| 9 null_test: Fail # Bug 5511 | 11 null_test: Fail # Bug 5511 |
| 10 apply_test: Fail # Bug 5670 | 12 apply_test: Fail # Bug 5670 |
| 11 apply2_test: Fail # Bug 5670 | 13 apply2_test: Fail # Bug 5670 |
| 12 | 14 |
| 13 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 15 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 14 unicode_test: Fail | 16 unicode_test: Fail |
| 15 | 17 |
| 18 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] |
| 19 string_trim_unicode_test: Fail # V8 bug 2408 |
| 20 |
| 16 [ $runtime == opera ] | 21 [ $runtime == opera ] |
| 17 core_runtime_types_test: Fail | 22 core_runtime_types_test: Fail |
| 18 date_time7_test: Fail | 23 date_time7_test: Fail |
| 19 unicode_test: Fail | 24 unicode_test: Fail |
| 20 | 25 |
| 21 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 26 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 22 *: Skip | 27 *: Skip |
| 23 | 28 |
| 24 [ $runtime == safari && ($system == linux || $system == windows) ] | 29 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 25 *: Skip | 30 *: Skip |
| 26 | 31 |
| 32 [ $runtime == vm ] |
| 33 string_trim_unicode_test: Fail # Bug 6569 |
| 34 |
| 27 [ $arch == simarm ] | 35 [ $arch == simarm ] |
| 28 *: Skip | 36 *: Skip |
| 29 | 37 |
| 30 [ $arch == arm ] | 38 [ $arch == arm ] |
| 31 *: Skip | 39 *: Skip |
| 32 | 40 |
| 33 [ $compiler == dart2js ] | 41 [ $compiler == dart2js ] |
| 34 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) | 42 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) |
| 35 math_test: Fail # issue 3333 | 43 math_test: Fail # issue 3333 |
| 44 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 36 | 45 |
| 37 # Bad test, assumes RegExp.allMatches returns a Collection. | 46 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 38 reg_exp_all_matches_test: Fail, OK # NoSuchMethodError : method not found: 'forE
ach' | 47 reg_exp_all_matches_test: Fail, OK # NoSuchMethodError : method not found: 'forE
ach' |
| 39 | 48 |
| 40 reg_exp4_test: Fail, OK # Expects exception from const constructor. | 49 reg_exp4_test: Fail, OK # Expects exception from const constructor. |
| 41 | 50 |
| 42 null_nosuchmethod_test: Fail # Fails to read noSuchMethod from null. | 51 null_nosuchmethod_test: Fail # Fails to read noSuchMethod from null. |
| 43 | 52 |
| 44 big_integer_vm_test: Fail, OK # VM specific test. | 53 big_integer_vm_test: Fail, OK # VM specific test. |
| 45 compare_to2_test: Fail, OK # Requires bigint support. | 54 compare_to2_test: Fail, OK # Requires bigint support. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 56 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? | 65 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 57 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 66 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 58 | 67 |
| 59 [ $compiler == dart2dart ] | 68 [ $compiler == dart2dart ] |
| 60 apply_test: Fail # inherited from VM | 69 apply_test: Fail # inherited from VM |
| 61 apply2_test: Fail # inherited from VM | 70 apply2_test: Fail # inherited from VM |
| 62 compare_to2_test: Fail # inherited from VM | 71 compare_to2_test: Fail # inherited from VM |
| 63 null_test: Fail # inherited from VM | 72 null_test: Fail # inherited from VM |
| 64 unicode_test: Fail # inherited from VM | 73 unicode_test: Fail # inherited from VM |
| 65 | 74 |
| OLD | NEW |