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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 class_test: Fail | 6 class_test: Fail |
| 7 statements_test: Fail | 7 statements_test: Fail |
| 8 typed_locals_test: Fail | 8 typed_locals_test: Fail |
| 9 no_such_method_test: Fail # Wrong Invocation.memberName. | 9 no_such_method_test: Fail # Wrong Invocation.memberName. |
| 10 | 10 |
| 11 constant_javascript_semantics4_test: Fail, OK | 11 constant_javascript_semantics4_test: Fail, OK |
| 12 | 12 |
| 13 [ $compiler == dart2js && $checked ] | 13 [ $compiler == dart2js && $checked ] |
| 14 variable_type_test/03: Fail, OK | 14 variable_type_test/03: Fail, OK |
| 15 variable_type_test/01: Fail, OK | 15 variable_type_test/01: Fail, OK |
| 16 | 16 |
| 17 [ $compiler == dart2js && $host_checked ] | |
| 18 # Can't use multitest: an import path contains '..', which is not supported. | |
|
ngeoffray
2013/12/19 09:49:08
Maybe put that as a note instead. The main comment
lukas
2013/12/19 11:32:48
Done.
| |
| 19 ir_representation_test: CompileTimeError, OK | |
| 20 | |
| 17 [ $compiler == dart2js && $mode == debug ] | 21 [ $compiler == dart2js && $mode == debug ] |
| 18 operator_test: Skip | 22 operator_test: Skip |
| 19 string_interpolation_test: Skip | 23 string_interpolation_test: Skip |
| 20 | 24 |
| 21 [ $compiler == dart2js && $runtime == ie9 ] | 25 [ $compiler == dart2js && $runtime == ie9 ] |
| 22 class_test: Fail | 26 class_test: Fail |
| 23 deferred/*: Skip # http://dartbug.com/12635 | 27 deferred/*: Skip # http://dartbug.com/12635 |
| 24 | 28 |
| 25 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 29 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 26 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. | 30 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 38 [ $jscl ] | 42 [ $jscl ] |
| 39 timer_test: Fail # Issue 7728. | 43 timer_test: Fail # Issue 7728. |
| 40 | 44 |
| 41 [ $runtime == none ] | 45 [ $runtime == none ] |
| 42 timer_negative_test: Fail, OK # A negative runtime test. | 46 timer_negative_test: Fail, OK # A negative runtime test. |
| 43 bailout8_test: Fail, OK # Mismatch in thrown exception. | 47 bailout8_test: Fail, OK # Mismatch in thrown exception. |
| 44 | 48 |
| 45 [ $csp ] | 49 [ $csp ] |
| 46 deferred/deferred_class_test: Fail # http://dartbug.com/3940 | 50 deferred/deferred_class_test: Fail # http://dartbug.com/3940 |
| 47 deferred/deferred_constant_test: Fail # http://dartbug.com/3940 | 51 deferred/deferred_constant_test: Fail # http://dartbug.com/3940 |
| OLD | NEW |