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 [ $compiler == dart2js && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 | 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 |
7 list_test: Pass, Fail # v8 bug: Issue 12293 | 7 list_test: Pass, Fail # v8 bug: Issue 12293 |
8 | 8 |
9 | 9 |
10 [ $compiler == none ] | 10 [ $compiler == none ] |
(...skipping 20 matching lines...) Expand all Loading... |
31 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. | 31 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. |
32 collection_length_test: Pass, Timeout # Issue 12844 | 32 collection_length_test: Pass, Timeout # Issue 12844 |
33 | 33 |
34 [ $runtime == opera ] | 34 [ $runtime == opera ] |
35 core_runtime_types_test: Fail | 35 core_runtime_types_test: Fail |
36 null_nosuchmethod_test: Fail # Issue: 7413 | 36 null_nosuchmethod_test: Fail # Issue: 7413 |
37 date_time7_test: Fail | 37 date_time7_test: Fail |
38 unicode_test: Fail | 38 unicode_test: Fail |
39 | 39 |
40 [ $compiler == dart2js ] | 40 [ $compiler == dart2js ] |
41 error_stack_trace1_test: Fail # Issue 12399 | 41 error_stack_trace1_test: RuntimeError # Issue 12399 |
42 hash_set_test/01: Fail # Issue 11551 | 42 hash_set_test/01: RuntimeError # Issue 11551 |
43 | 43 |
44 big_integer_vm_test: Fail, OK # VM specific test. | 44 big_integer_vm_test: RuntimeError, OK # VM specific test. |
45 bit_twiddling_bigint_test: Fail # Requires bigint support. | 45 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
46 compare_to2_test: Fail, OK # Requires bigint support. | 46 compare_to2_test: RuntimeError, OK # Requires bigint support. |
47 string_base_vm_test: Fail, OK # VM specific test. | 47 string_base_vm_test: RuntimeError, OK # VM specific test. |
48 | 48 |
49 [ $compiler == dart2js && $runtime == none ] | 49 [ $compiler == dart2js && $runtime == none ] |
50 *: Fail, Pass # TODO(ahe): Triage these tests. | 50 *: Fail, Pass # TODO(ahe): Triage these tests. |
51 | 51 |
52 [ $compiler == dart2js && $runtime == ie9 ] | 52 [ $compiler == dart2js && $runtime == ie9 ] |
53 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 53 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
54 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 54 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
55 list_test: Fail # IE doesn't support typed data. | 55 list_test: Fail # IE doesn't support typed data. |
56 | 56 |
57 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 57 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
58 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 58 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
59 | 59 |
60 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 60 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
61 | 61 |
62 [ $compiler == dart2dart ] | 62 [ $compiler == dart2dart ] |
63 compare_to2_test: Fail # inherited from VM | 63 compare_to2_test: Fail # inherited from VM |
64 unicode_test: Fail # inherited from VM | 64 unicode_test: Fail # inherited from VM |
65 | 65 |
66 | 66 |
67 # Library changes | 67 # Library changes |
68 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 68 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
69 map_keys2_test: Fail # Generic types aren't right. | 69 map_keys2_test: RuntimeError # Generic types aren't right. |
70 | 70 |
71 [ $compiler == dart2js ] | 71 [ $compiler == dart2js ] |
72 map_values2_test: Fail # Generic types aren't right | 72 map_values2_test: RuntimeError # Generic types aren't right |
73 | 73 |
74 ## Tests failing after merge of experimental library branch. | 74 ## Tests failing after merge of experimental library branch. |
75 [ $compiler == dart2js ] | 75 [ $compiler == dart2js ] |
76 # Tests fail due to bug in generics on constants, issue 6827 | 76 # Tests fail due to bug in generics on constants, issue 6827 |
77 iterable_to_list_test: Fail | 77 iterable_to_list_test: RuntimeError |
78 iterable_to_set_test: Fail | 78 iterable_to_set_test: RuntimeError |
79 | 79 |
80 [ $compiler == dart2dart && $minified ] | 80 [ $compiler == dart2dart && $minified ] |
81 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | 81 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. |
82 | 82 |
83 [ $compiler == dartanalyzer ] | 83 [ $compiler == dartanalyzer ] |
84 symbol_test/02: Fail | 84 symbol_test/02: Fail |
85 symbol_test/03: Fail | 85 symbol_test/03: Fail |
86 int_parse_radix_test: fail | 86 int_parse_radix_test: fail |
87 list_insert_test: fail | 87 list_insert_test: fail |
88 list_removeat_test: fail | 88 list_removeat_test: fail |
(...skipping 12 matching lines...) Expand all Loading... |
101 collection_to_string_test: Pass, Crash # Issue: 11207 | 101 collection_to_string_test: Pass, Crash # Issue: 11207 |
102 | 102 |
103 [ $arch == simmips ] | 103 [ $arch == simmips ] |
104 int_parse_radix_test: Skip # Timeout | 104 int_parse_radix_test: Skip # Timeout |
105 | 105 |
106 [ $arch == simmips && $checked ] | 106 [ $arch == simmips && $checked ] |
107 collection_length_test: Pass, Timeout | 107 collection_length_test: Pass, Timeout |
108 | 108 |
109 [ $arch == simmips && $mode == debug ] | 109 [ $arch == simmips && $mode == debug ] |
110 collection_to_string_test: Pass, Crash # Issue: 11207 | 110 collection_to_string_test: Pass, Crash # Issue: 11207 |
OLD | NEW |