| 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 16407_test: Fail # Issue 16407 | 6 16407_test: Fail # Issue 16407 |
| 7 class_test: Fail | 7 class_test: Fail |
| 8 statements_test: Fail | 8 statements_test: Fail |
| 9 typed_locals_test: Fail | 9 typed_locals_test: Fail |
| 10 no_such_method_test: Fail # Wrong Invocation.memberName. | 10 no_such_method_test: Fail # Wrong Invocation.memberName. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 [ $compiler == dart2js && $runtime == none ] | 31 [ $compiler == dart2js && $runtime == none ] |
| 32 *: Fail, Pass # TODO(ahe): Triage these tests. | 32 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 33 | 33 |
| 34 [ $compiler == dart2js && $minified ] | 34 [ $compiler == dart2js && $minified ] |
| 35 to_string_test: Fail # Issue 7179. | 35 to_string_test: Fail # Issue 7179. |
| 36 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). | 36 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). |
| 37 code_motion_exception_test: Skip # Requires unminified operator names. | 37 code_motion_exception_test: Skip # Requires unminified operator names. |
| 38 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil
l be broken. | 38 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil
l be broken. |
| 39 | 39 |
| 40 [ $compiler == dart2js && $runtime == safari ] |
| 41 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 |
| 42 |
| 40 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] | 43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] |
| 41 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. | 44 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. |
| 42 | 45 |
| 43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] | 46 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] |
| 44 isolate2_test/01: Fail # Issue 14458. | 47 isolate2_test/01: Fail # Issue 14458. |
| 45 | 48 |
| 46 [ $runtime == jsshell ] | 49 [ $runtime == jsshell ] |
| 47 timer_test: Fail # Issue 7728. | 50 timer_test: Fail # Issue 7728. |
| 48 | 51 |
| 49 [ $runtime == none ] | 52 [ $runtime == none ] |
| 50 timer_negative_test: Fail, OK # A negative runtime test. | 53 timer_negative_test: Fail, OK # A negative runtime test. |
| 51 bailout8_test: Fail, OK # Mismatch in thrown exception. | 54 bailout8_test: Fail, OK # Mismatch in thrown exception. |
| 52 | 55 |
| 53 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 56 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 54 deferred/*: Skip # Issue 17458 | 57 deferred/*: Skip # Issue 17458 |
| 55 | 58 |
| 56 [ $compiler == dart2js && $csp ] | 59 [ $compiler == dart2js && $csp ] |
| 57 deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loadin
g. | 60 deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loadin
g. |
| 58 deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed
loading. | 61 deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed
loading. |
| OLD | NEW |