| 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 16 matching lines...) Expand all Loading... |
| 27 [ $runtime == safari && ($system == linux || $system == windows) ] | 27 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 28 *: Skip | 28 *: Skip |
| 29 | 29 |
| 30 [ $runtime == vm ] | 30 [ $runtime == vm ] |
| 31 string_trim_unicode_test: Fail # Bug 6569 | 31 string_trim_unicode_test: Fail # Bug 6569 |
| 32 | 32 |
| 33 [ $compiler == dart2js ] | 33 [ $compiler == dart2js ] |
| 34 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) | 34 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) |
| 35 math_test: Fail # issue 3333 | 35 math_test: Fail # issue 3333 |
| 36 surrogate_pair_toUpper_test: Fail # Issue 6707 | 36 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 37 float32x4_list_test: Fail # SIMD types are not supported by dart2js yet. |
| 38 float32x4_test: Fail # SIMD types are not supported by dart2js yet. |
| 37 | 39 |
| 38 big_integer_vm_test: Fail, OK # VM specific test. | 40 big_integer_vm_test: Fail, OK # VM specific test. |
| 39 compare_to2_test: Fail, OK # Requires bigint support. | 41 compare_to2_test: Fail, OK # Requires bigint support. |
| 40 string_base_vm_test: Fail, OK # VM specific test. | 42 string_base_vm_test: Fail, OK # VM specific test. |
| 41 | 43 |
| 42 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. | 44 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
| 43 | 45 |
| 44 [ $compiler == dart2js && $runtime == none ] | 46 [ $compiler == dart2js && $runtime == none ] |
| 45 *: Fail, Pass # TODO(ahe): Triage these tests. | 47 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 46 | 48 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 70 *: Skip | 72 *: Skip |
| 71 | 73 |
| 72 [ $arch == simarm ] | 74 [ $arch == simarm ] |
| 73 *: Skip | 75 *: Skip |
| 74 | 76 |
| 75 [ $arch == mips ] | 77 [ $arch == mips ] |
| 76 *: Skip | 78 *: Skip |
| 77 | 79 |
| 78 [ $arch == simmips ] | 80 [ $arch == simmips ] |
| 79 *: Skip | 81 *: Skip |
| OLD | NEW |