Chromium Code Reviews| 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 23 matching lines...) Expand all Loading... | |
| 34 unicode_test: Fail | 34 unicode_test: Fail |
| 35 | 35 |
| 36 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 36 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 37 *: Skip | 37 *: Skip |
| 38 | 38 |
| 39 [ $runtime == safari && ($system == linux || $system == windows) ] | 39 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 40 *: Skip | 40 *: Skip |
| 41 | 41 |
| 42 [ $runtime == vm ] | 42 [ $runtime == vm ] |
| 43 string_trim_unicode_test: Fail # Bug 6569 | 43 string_trim_unicode_test: Fail # Bug 6569 |
| 44 error_stack_trace_test: Fail # Bug TODO | |
|
Lasse Reichstein Nielsen
2013/07/03 13:06:13
This one too.
floitsch
2013/07/03 14:50:20
Done.
| |
| 45 error_stack_trace2_test: Fail # Bug 5802 | |
| 44 | 46 |
| 45 [ $compiler == dart2js ] | 47 [ $compiler == dart2js ] |
| 46 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) | 48 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) |
| 47 math_test: Fail # issue 3333 | 49 math_test: Fail # issue 3333 |
| 48 surrogate_pair_toUpper_test: Fail # Issue 6707 | 50 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 49 | 51 |
| 50 big_integer_vm_test: Fail, OK # VM specific test. | 52 big_integer_vm_test: Fail, OK # VM specific test. |
| 51 compare_to2_test: Fail, OK # Requires bigint support. | 53 compare_to2_test: Fail, OK # Requires bigint support. |
| 52 string_base_vm_test: Fail, OK # VM specific test. | 54 string_base_vm_test: Fail, OK # VM specific test. |
| 53 | 55 |
| 54 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. | 56 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
| 55 | 57 |
| 58 error_stack_trace_test: Fail # Bug TODO | |
| 59 error_stack_trace2_test: Fail # Bug TODO | |
|
Lasse Reichstein Nielsen
2013/07/03 13:06:13
And this.
floitsch
2013/07/03 14:50:20
Done.
| |
| 60 | |
| 56 [ $compiler == dart2js && $runtime == none ] | 61 [ $compiler == dart2js && $runtime == none ] |
| 57 *: Fail, Pass # TODO(ahe): Triage these tests. | 62 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 58 | 63 |
| 59 [ $compiler == dart2js && $runtime == ie9 ] | 64 [ $compiler == dart2js && $runtime == ie9 ] |
| 60 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 65 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 61 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. | 66 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. |
| 62 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 67 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 63 list_test: Fail # IE doesn't support typed data. | 68 list_test: Fail # IE doesn't support typed data. |
| 64 | 69 |
| 65 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] | 70 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 114 | 119 |
| 115 [ $arch == simmips ] | 120 [ $arch == simmips ] |
| 116 int_parse_radix_test: Skip # Timeout | 121 int_parse_radix_test: Skip # Timeout |
| 117 | 122 |
| 118 [ $arch == simmips && $checked ] | 123 [ $arch == simmips && $checked ] |
| 119 hash_map2_test: Crash # Too far PC relative branch. | 124 hash_map2_test: Crash # Too far PC relative branch. |
| 120 collection_length_test: Pass, Timeout | 125 collection_length_test: Pass, Timeout |
| 121 | 126 |
| 122 [ $arch == simmips && $mode == debug ] | 127 [ $arch == simmips && $mode == debug ] |
| 123 collection_to_string_test: Pass, Crash # Issue: 11207 | 128 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |