d6cd18f200
Review URL: https://chromiumcodereview.appspot.com//9382030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@4163 260f80e4-7a28-3924-810f-c04153c831b5
82 lines
2.6 KiB
Plaintext
82 lines
2.6 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.
|
|
|
|
prefix isolate
|
|
|
|
[ $component == vm ]
|
|
Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
|
|
|
|
[ $component == dartium || $component == vm ]
|
|
SerializationTest: Skip # DartC test (uses coreimpl).
|
|
*APIv2*: Skip # new api for isolates not implemented in the VM yet.
|
|
|
|
[ $component == dartc ]
|
|
IsolateNegativeTest: Fail # status change with --check-only
|
|
Isolate2NegativeTest: Fail # status change with --check-only
|
|
*APIv2*: Skip # new api for isolates not in corelib yet.
|
|
|
|
[ $arch == chromium && $arch == release ]
|
|
ConstructorTest: Fail # Bug 5382463
|
|
SpawnTest: Fail # Bug 5382463
|
|
IsolateComplexMessagesTest: Fail # Bug 5382463
|
|
CountTest: Fail # Bug 5401734
|
|
PromiseBasedTest: Fail # Bug 5401734
|
|
MintMakerPromiseTest: Fail # Bug 5401734
|
|
MintMakerTest: Fail # Bug 5401734
|
|
RequestReplyTest: Fail # Bug 5401734
|
|
StaticStateTest: Fail # Bug 5401734
|
|
|
|
[ $arch == chromium ]
|
|
MandelIsolateTest: Skip # Bug 5353937.
|
|
*APIv2*: Skip # not supported
|
|
|
|
[ $component == frog || $component == frogsh ]
|
|
*BrowserTest: Skip
|
|
*BrowserNegativeTest: Skip
|
|
|
|
[ $component == frogium || $component == webdriver ]
|
|
*StandaloneTest: Skip
|
|
*StandaloneNegativeTest: Skip
|
|
|
|
# TODO(jmesserly): investigate why these are flaky on actual browsers
|
|
[ $component == frogium || $component == webdriver ]
|
|
NestedSpawn2Test: Skip
|
|
NestedSpawnTest: Skip
|
|
IsolateNegativeTest: Skip
|
|
Isolate2NegativeTest: Skip
|
|
|
|
[ $component == webdriver && $browser == 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
|
|
PromiseBasedTest: Skip
|
|
|
|
[ $component == webdriver && $browser == ie && $system == win32 ]
|
|
APIv2*: Skip
|
|
|
|
[ $component == webdriver && $browser == safari && $system == macos ]
|
|
APIv2*: Skip
|
|
|
|
[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
|
|
*: Skip
|
|
|
|
[ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ]
|
|
*: Skip
|
|
|
|
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
|
|
[ $component == webdriver && $browser == opera ]
|
|
*: Skip
|
|
|
|
[ $component == leg ]
|
|
# TODO(ahe): Enable when leg matures.
|
|
*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|
|
|