71f123f9e9
Review URL: https://chromiumcodereview.appspot.com//10533105 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8546 260f80e4-7a28-3924-810f-c04153c831b5
76 lines
2.8 KiB
Plaintext
76 lines
2.8 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 ]
|
|
isolate2_negative_test: Skip # Need to resolve correct behaviour.
|
|
serialization_test: Skip # tests frog-specific serialization code
|
|
v2_spawn_uri_test: Fail # test uses a ".js" suffix that is bogus on vm.
|
|
v2_compute_this_script_browser_test: Skip # browser specific test
|
|
|
|
[ ($compiler == none || $compiler == dart2js) && $runtime == drt ]
|
|
serialization_test: Skip # tests frog-specific serialization code
|
|
v2*: Skip # new api for isolates not implemented in the VM yet.
|
|
|
|
[ $compiler == frog ]
|
|
v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
|
|
v2_spawn_uri_vm_negative_test: Skip # ditto above.
|
|
|
|
[ $compiler == frog && $runtime == d8 ]
|
|
v2_spawn_uri_test: Fail # not implemented for d8
|
|
v2_compute_this_script_browser_test: Skip # browser specific test
|
|
|
|
[ $compiler == dartc ]
|
|
serialization_test: Skip # tests frog-specific serialization code
|
|
isolate_negative_test: Fail # status change with --check-only
|
|
isolate2_negative_test: Fail # status change with --check-only
|
|
v2*_negative_test: Fail, OK # fails only at runtime
|
|
|
|
# TODO(jmesserly): investigate why these are flaky on actual browsers
|
|
[ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
|
|
nested_spawn2_test: Skip
|
|
nested_spawn_test: Skip
|
|
isolate_negative_test: Skip
|
|
isolate2_negative_test: Skip
|
|
|
|
[ $compiler == frog && $runtime == none ]
|
|
*: Skip
|
|
|
|
[ $runtime == safari ]
|
|
cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1120
|
|
mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
|
|
mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
|
|
message_test: Skip
|
|
|
|
[ $runtime == ie && $system == windows ]
|
|
v2*: Skip
|
|
|
|
[ $runtime == safari && $system == macos ]
|
|
v2*: 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
|
|
|
|
[ $compiler == dart2js ]
|
|
v2_spawn_function_custom_class_test: Skip # dart2js does not support APIv2
|
|
v2_spawn_uri_test: Fail, OK # dart2js does not support APIv2
|
|
v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
|
|
v2_spawn_uri_vm_negative_test: Skip # ditto above.
|
|
constructor_test: Fail, OK # dart2js does not support subclassing Isolate
|
|
|
|
[ $compiler == dart2js && $runtime == none ]
|
|
*: Fail, Pass # TODO(ahe): Triage these tests.
|