blob: f63da2ecd0bcae70cef6fe1c88c2d1a3d5eb2587 [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.
link_test: Fail # TODO(ahe): I'm fixing this.
constant_folding_string_test: Fail
redundant_phi_eliminator_test: Fail # Fails because of hack to allow aborting loops.
pretty_parameter_test: Fail # TODO(floitsch): investigate.
tree_shaking_test: Fail # Issue 4811
[ $runtime == d8 || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera ]
*: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).