blob: dba40375ee828580b4800436c4c7bf4c6579764d [file] [log] [blame]
# Copyright (c) 2012, 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.
identity_test: Fail # Issue 6638
constant_folding_string_test: Fail
pretty_parameter_test: Fail # TODO(floitsch): investigate.
tree_shaking_test: Fail # Issue 4811
# Minification of locals temporarily disabled due to issue 5808
minify_many_locals_test: Fail
[ $checked ]
field_type_inferer_test: Slow, Pass # Issue 6658.
[ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == ie9 || $runtime == opera ]
*: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).