| # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| |
| [ $browser ] |
| *: Skip |
| |
| [ $compiler == dart2js ] |
| native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 |
| native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 |
| |
| [ $compiler == dart2js && $fast_startup ] |
| mirror_intercepted_field_test: Fail # mirrors not supported |
| native_mirror_test: Fail # mirrors not supported |
| native_no_such_method_exception3_frog_test: Fail # mirrors not supported |
| native_no_such_method_exception4_frog_test: Fail # mirrors not supported |
| native_no_such_method_exception5_frog_test: Fail # mirrors not supported |
| |
| [ $compiler == dart2js && $cps_ir == false ] |
| bound_closure_super_test: Fail |
| fake_thing_test: Fail # Issue 13010 |
| |
| [ $compiler == dart2js && $minified ] |
| optimization_hints_test: Fail, OK # Test relies on unminified names. |
| |
| [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| compute_this_script_test: Skip # Issue 17458 |