| 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 14 matching lines...) Expand all Loading... |
| 25 operator_test: Skip | 25 operator_test: Skip |
| 26 string_interpolation_test: Skip | 26 string_interpolation_test: Skip |
| 27 | 27 |
| 28 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 28 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 29 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. | 29 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. |
| 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 assert_with_message_test: RuntimeError # Dartium JSInterop failure | |
| 36 to_string_test: Fail # Issue 7179. | 35 to_string_test: Fail # Issue 7179. |
| 37 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). | 36 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). |
| 38 code_motion_exception_test: Skip # Requires unminified operator names. | 37 code_motion_exception_test: Skip # Requires unminified operator names. |
| 39 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. |
| 40 | 39 |
| 41 [ $compiler == dart2js && $runtime == safari ] | 40 [ $compiler == dart2js && $runtime == safari ] |
| 42 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 | 41 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 |
| 43 | 42 |
| 44 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] | 43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] |
| 45 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. |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function | 80 deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function |
| 82 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple
mented | 81 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple
mented |
| 83 deferred/deferred_mirrors1_test: RuntimeError # TypeError: U.loadLibrary is not
a function | 82 deferred/deferred_mirrors1_test: RuntimeError # TypeError: U.loadLibrary is not
a function |
| 84 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi
on | 83 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi
on |
| 85 deferred_split_test: RuntimeError # TypeError: Z.loadLibrary is not a function | 84 deferred_split_test: RuntimeError # TypeError: Z.loadLibrary is not a function |
| 86 lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... can
not handle sync*/async* functions | 85 lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... can
not handle sync*/async* functions |
| 87 mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions | 86 mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions |
| 88 mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functio
ns | 87 mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functio
ns |
| 89 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/
async* functions | 88 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/
async* functions |
| 90 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch
case | 89 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch
case |
| OLD | NEW |