| 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 | 5 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 | 6 |
| 7 [ $compiler == none ] | 7 [ $compiler == none ] |
| 8 unicode_test: Fail # Bug 6706 | 8 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 9 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 *: Skip | 35 *: Skip |
| 36 | 36 |
| 37 [ $arch == arm ] | 37 [ $arch == arm ] |
| 38 *: Skip | 38 *: Skip |
| 39 | 39 |
| 40 [ $compiler == dart2js ] | 40 [ $compiler == dart2js ] |
| 41 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) | 41 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) |
| 42 math_test: Fail # issue 3333 | 42 math_test: Fail # issue 3333 |
| 43 surrogate_pair_toUpper_test: Fail # Issue 6707 | 43 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 44 | 44 |
| 45 # Bad test, assumes RegExp.allMatches returns a Collection. | |
| 46 reg_exp_all_matches_test: Fail, OK # NoSuchMethodError : method not found: 'forE
ach' | |
| 47 | |
| 48 reg_exp4_test: Fail, OK # Expects exception from const constructor. | 45 reg_exp4_test: Fail, OK # Expects exception from const constructor. |
| 49 | 46 |
| 50 big_integer_vm_test: Fail, OK # VM specific test. | 47 big_integer_vm_test: Fail, OK # VM specific test. |
| 51 compare_to2_test: Fail, OK # Requires bigint support. | 48 compare_to2_test: Fail, OK # Requires bigint support. |
| 52 string_base_vm_test: Fail, OK # VM specific test. | 49 string_base_vm_test: Fail, OK # VM specific test. |
| 53 | 50 |
| 51 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
| 52 |
| 54 [ $compiler == dart2js && $runtime == none ] | 53 [ $compiler == dart2js && $runtime == none ] |
| 55 *: Fail, Pass # TODO(ahe): Triage these tests. | 54 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 56 | 55 |
| 57 [ $compiler == dart2js && $runtime == safari ] | 56 [ $compiler == dart2js && $runtime == safari ] |
| 58 null_nosuchmethod_test: Fail # Issue: 7414 | 57 null_nosuchmethod_test: Fail # Issue: 7414 |
| 59 core_runtime_types_test: Fail | 58 core_runtime_types_test: Fail |
| 60 | 59 |
| 61 [ $compiler == dart2js && $runtime == ie9 ] | 60 [ $compiler == dart2js && $runtime == ie9 ] |
| 62 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 61 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 63 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? | 62 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 64 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 63 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 65 | 64 |
| 66 [ $compiler == dart2dart ] | 65 [ $compiler == dart2dart ] |
| 67 compare_to2_test: Fail # inherited from VM | 66 compare_to2_test: Fail # inherited from VM |
| 68 null_test: Fail # inherited from VM | 67 null_test: Fail # inherited from VM |
| 69 unicode_test: Fail # inherited from VM | 68 unicode_test: Fail # inherited from VM |
| 70 | 69 |
| 70 # Library changes |
| 71 [ $compiler == none ] |
| 72 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change
s. |
| 73 |
| 74 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 75 map_keys2_test: Fail # Generic types aren't right. |
| 76 |
| 77 [ $compiler == dart2js ] |
| 78 map_values2_test: Fail # Generic types aren't right |
| OLD | NEW |