blob: 4743a4995af37e7fafcd9926ca09816a0066a742 [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.
[ $compiler == dart2js ]
class_test: Fail
statements_test: Fail
typed_locals_test: Fail
no_such_method_test: Fail # Wrong InvocationMirror.memberName.
break_test: Fail # Complex control flow TODO(ngeoffray): investigating
[ $compiler == dart2js && $checked ]
parameter_bailout_test: Fail, OK
variable_type_test/03: Fail, OK
variable_type_test/01: Fail, OK
[ $compiler == dart2js && $mode == debug ]
operator_test: Skip
string_interpolation_test: Skip
[ $compiler == dart2js && $runtime == ie9 ]
class_test: Fail
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $jscl ]
timer_test: Fail, OK # Timer is only supported in browsers.
mirror_test: Fail, OK # Timer is only supported in browsers.
[ $runtime == none ]
timer_negative_test: Fail, OK # A negative runtime test.
[ $compiler == none && $runtime == drt ]
timer_test: Fail # http://dartbug.com/2264
mirror_test: Fail # http://dartbug.com/2264