| 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 == dart2dart] | 5 [ $compiler == dart2dart] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
| 8 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
| 9 int_from_environment2_test: Skip | 9 int_from_environment2_test: Skip |
| 10 int_from_environment3_test: Skip | 10 int_from_environment3_test: Skip |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 [ $compiler == dartanalyzer ] | 45 [ $compiler == dartanalyzer ] |
| 46 string_from_environment_test: Crash # http://dartbug.com/17234 | 46 string_from_environment_test: Crash # http://dartbug.com/17234 |
| 47 int_from_environment2_test: Crash # http://dartbug.com/17234 | 47 int_from_environment2_test: Crash # http://dartbug.com/17234 |
| 48 | 48 |
| 49 [ $compiler == none ] | 49 [ $compiler == none ] |
| 50 unicode_test: Fail # Bug 6706 | 50 unicode_test: Fail # Bug 6706 |
| 51 compare_to2_test: Fail # Bug 4018 | 51 compare_to2_test: Fail # Bug 4018 |
| 52 | 52 |
| 53 symbol_test/01: Fail, Pass # bug 11669 | 53 symbol_test/01: Fail, Pass # bug 11669 |
| 54 | 54 |
| 55 string_case_test/01: Fail # Bug 18061 |
| 56 |
| 55 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] | 57 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] |
| 56 symbol_test/02: MissingCompileTimeError # bug 11669 | 58 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 57 symbol_test/03: MissingCompileTimeError # bug 11669 | 59 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 58 | 60 |
| 59 [ $compiler == none || $compiler == dart2dart ] | 61 [ $compiler == none || $compiler == dart2dart ] |
| 60 symbol_test/none: Fail # bug 11669 | 62 symbol_test/none: Fail # bug 11669 |
| 61 symbol_operator_test/03: Fail # bug 11669 | 63 symbol_operator_test/03: Fail # bug 11669 |
| 62 | 64 |
| 63 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 65 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 64 main_test: Fail # Dartium needs to check for both main() and main(args). | 66 main_test: Fail # Dartium needs to check for both main() and main(args). |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 shuffle_test: Fail # IE doesn't support typed data. | 106 shuffle_test: Fail # IE doesn't support typed data. |
| 105 | 107 |
| 106 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 108 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 107 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 109 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 108 | 110 |
| 109 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 111 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 110 | 112 |
| 111 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d
rt || $runtime == safari) ] | 113 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d
rt || $runtime == safari) ] |
| 112 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10. | 114 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10. |
| 113 | 115 |
| 116 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] |
| 117 string_case_test/02: Fail, OK # Bug in our version of V8. |
| 118 |
| 119 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] |
| 120 string_case_test/01: Fail, OK # Bug in IE. |
| 121 string_case_test/02: Fail, OK # Bug in IE. |
| 122 |
| 123 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 124 string_case_test/01: Fail, OK # Bug in Firefox. |
| 125 |
| 126 [ $compiler == dart2js && $runtime == dartium ] |
| 127 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| 128 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| 129 |
| 130 |
| 114 [ $compiler == dart2js && $checked ] | 131 [ $compiler == dart2js && $checked ] |
| 115 map_test: Crash # Issue 17829 | 132 map_test: Crash # Issue 17829 |
| 116 | 133 |
| 117 [ $compiler == dart2dart ] | 134 [ $compiler == dart2dart ] |
| 118 compare_to2_test: Fail # inherited from VM | 135 compare_to2_test: Fail # inherited from VM |
| 119 unicode_test: Fail # inherited from VM | 136 unicode_test: Fail # inherited from VM |
| 120 | 137 |
| 121 [ $compiler == dart2dart && $minified ] | 138 [ $compiler == dart2dart && $minified ] |
| 122 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | 139 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. |
| 123 | 140 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 148 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 165 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 149 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 166 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 150 string_test: StaticWarning, OK # Test generates error on purpose. | 167 string_test: StaticWarning, OK # Test generates error on purpose. |
| 151 | 168 |
| 152 [ $compiler == dart2js && $runtime == safari ] | 169 [ $compiler == dart2js && $runtime == safari ] |
| 153 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 170 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 154 | 171 |
| 155 [ $runtime == ie9 || $runtime == ie10 ] | 172 [ $runtime == ie9 || $runtime == ie10 ] |
| 156 num_parse_test: RuntimeError # Issue 15316 | 173 num_parse_test: RuntimeError # Issue 15316 |
| 157 num_parse_test/01: RuntimeError # Issue 15316 | 174 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |