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
67 lines
2.3 KiB
Plaintext
67 lines
2.3 KiB
Plaintext
# 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.
|
|
|
|
[ $runtime == vm ]
|
|
Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
|
|
SerializationTest: Skip # tests frog-specific serialization code
|
|
*BrowserTest: Skip
|
|
*BrowserNegativeTest: Skip
|
|
|
|
[ ($compiler == none || $compiler == dart2js) && $runtime == drt ]
|
|
SerializationTest: Skip # tests frog-specific serialization code
|
|
*APIv2*: Skip # new api for isolates not implemented in the VM yet.
|
|
|
|
[ $compiler == dartc ]
|
|
SerializationTest: Skip # tests frog-specific serialization code
|
|
IsolateNegativeTest: Fail # status change with --check-only
|
|
Isolate2NegativeTest: Fail # status change with --check-only
|
|
*APIv2*: Skip # new api for isolates not in corelib yet.
|
|
|
|
[ ($compiler == frog || $compiler == frogsh) && ($runtime == none || $runtime == d8) ]
|
|
*BrowserTest: Skip
|
|
*BrowserNegativeTest: Skip
|
|
|
|
[ $runtime == drt && ($compiler == frog || $compiler == dart2js) || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera ]
|
|
*StandaloneTest: Skip
|
|
*StandaloneNegativeTest: Skip
|
|
|
|
# TODO(jmesserly): investigate why these are flaky on actual browsers
|
|
[ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
|
|
NestedSpawn2Test: Skip
|
|
NestedSpawnTest: Skip
|
|
IsolateNegativeTest: Skip
|
|
Isolate2NegativeTest: Skip
|
|
|
|
[ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
|
|
*: Skip
|
|
|
|
[ $runtime == safari ]
|
|
CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
|
|
MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
|
|
Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
|
|
MessageTest: Skip
|
|
|
|
[ $runtime == ie && $system == windows ]
|
|
APIv2*: Skip
|
|
|
|
[ $runtime == safari && $system == macos ]
|
|
APIv2*: Skip
|
|
|
|
[ $runtime == ie && ($system == linux || $system == mac) ]
|
|
*: Skip
|
|
|
|
[ $runtime == safari && ($system == linux || $system == windows) ]
|
|
*: Skip
|
|
|
|
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
|
|
[ $runtime == opera ]
|
|
*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|
|
|