| 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 20 matching lines...) Expand all Loading... |
| 31 [ $runtime == vm ] | 31 [ $runtime == vm ] |
| 32 string_trim_unicode_test: Fail # Bug 6569 | 32 string_trim_unicode_test: Fail # Bug 6569 |
| 33 | 33 |
| 34 [ $arch == simarm ] | 34 [ $arch == simarm ] |
| 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 futures_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 42 future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 43 |
| 41 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) | 44 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) |
| 42 math_test: Fail # issue 3333 | 45 math_test: Fail # issue 3333 |
| 43 surrogate_pair_toUpper_test: Fail # Issue 6707 | 46 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 44 | 47 |
| 45 reg_exp4_test: Fail, OK # Expects exception from const constructor. | 48 reg_exp4_test: Fail, OK # Expects exception from const constructor. |
| 46 | 49 |
| 47 big_integer_vm_test: Fail, OK # VM specific test. | 50 big_integer_vm_test: Fail, OK # VM specific test. |
| 48 compare_to2_test: Fail, OK # Requires bigint support. | 51 compare_to2_test: Fail, OK # Requires bigint support. |
| 49 string_base_vm_test: Fail, OK # VM specific test. | 52 string_base_vm_test: Fail, OK # VM specific test. |
| 50 | 53 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 69 | 72 |
| 70 # Library changes | 73 # Library changes |
| 71 [ $compiler == none ] | 74 [ $compiler == none ] |
| 72 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change
s. | 75 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change
s. |
| 73 | 76 |
| 74 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 77 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 75 map_keys2_test: Fail # Generic types aren't right. | 78 map_keys2_test: Fail # Generic types aren't right. |
| 76 | 79 |
| 77 [ $compiler == dart2js ] | 80 [ $compiler == dart2js ] |
| 78 map_values2_test: Fail # Generic types aren't right | 81 map_values2_test: Fail # Generic types aren't right |
| OLD | NEW |