396f798124
Review URL: http://codereview.chromium.org//8999030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2792 260f80e4-7a28-3924-810f-c04153c831b5
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
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.
|
|
|
|
prefix isolate
|
|
|
|
[ $component == vm ]
|
|
Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
|
|
|
|
[ $component == dartium || $component == vm ]
|
|
SerializationTest: Skip # DartC test (uses coreimpl).
|
|
|
|
[ $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.
|
|
|
|
[ $component == frogium ]
|
|
CrossIsolateMessageTest:Fail # HTMLElement should be hidden in workers
|
|
MixedTest: Fail # HTMLElement should be hidden in workers
|
|
Mixed2Test: Fail # HTMLElement should be hidden in workers
|
|
Message2Test: Fail # postMessage API currently expects String messages
|
|
NestedSpawn2Test: Fail
|
|
NestedSpawnTest: Fail
|
|
|
|
[ $component == leg ]
|
|
# TODO(ahe): Enable when leg matures.
|
|
*: Skip
|
|
|
|
[ $arch == x64 ]
|
|
*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|