cca364ce76
Except for standalone, this mostly skips all other tests. The configurations frog_none and dart2js_none these have been ignored for now by the bots, enabling those tests should be done as needed. Review URL: https://chromiumcodereview.appspot.com//10042001 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6382 260f80e4-7a28-3924-810f-c04153c831b5
26 lines
882 B
Plaintext
26 lines
882 B
Plaintext
# 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.
|
|
|
|
[ $compiler == dart2js && $checked ]
|
|
*: Skip
|
|
|
|
|
|
[ $compiler == dart2js ]
|
|
MathParseDoubleTest: Fail # Expect.equals(expected: <78187493520>, actual: <0>)
|
|
|
|
|
|
# Bad test, assumes RegExp.allMatches returns a Collection.
|
|
RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forEach'
|
|
|
|
RegExp4Test: Fail, OK # Expects exception from const constructor.
|
|
|
|
|
|
BigIntegerVMTest: Fail, OK # VM specific test.
|
|
GrowableObjectArray2VMTest: Fail, OK # VM specific test.
|
|
GrowableObjectArrayVMTest: Fail, OK # VM specific test.
|
|
StringBaseVMTest: Fail, OK # VM specific test.
|
|
|
|
[ $compiler == dart2js && $runtime == none ]
|
|
*: Fail, Pass # TODO(ahe): Triage these tests.
|