Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tests/isolate/isolate.status

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. 6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
7 SerializationTest: Skip # tests frog-specific serialization code 7 SerializationTest: Skip # tests frog-specific serialization code
8 *BrowserTest: Skip 8 *BrowserTest: Skip
9 *BrowserNegativeTest: Skip 9 *BrowserNegativeTest: Skip
10 10
(...skipping 15 matching lines...) Expand all
26 *StandaloneTest: Skip 26 *StandaloneTest: Skip
27 *StandaloneNegativeTest: Skip 27 *StandaloneNegativeTest: Skip
28 28
29 # TODO(jmesserly): investigate why these are flaky on actual browsers 29 # TODO(jmesserly): investigate why these are flaky on actual browsers
30 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ] 30 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
31 NestedSpawn2Test: Skip 31 NestedSpawn2Test: Skip
32 NestedSpawnTest: Skip 32 NestedSpawnTest: Skip
33 IsolateNegativeTest: Skip 33 IsolateNegativeTest: Skip
34 Isolate2NegativeTest: Skip 34 Isolate2NegativeTest: Skip
35 35
36 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
37 *: Skip
38
36 [ $runtime == safari ] 39 [ $runtime == safari ]
37 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 40 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
38 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 41 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
39 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 42 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
40 MessageTest: Skip 43 MessageTest: Skip
41 44
42 [ $runtime == ie && $system == windows ] 45 [ $runtime == ie && $system == windows ]
43 APIv2*: Skip 46 APIv2*: Skip
44 47
45 [ $runtime == safari && $system == macos ] 48 [ $runtime == safari && $system == macos ]
46 APIv2*: Skip 49 APIv2*: Skip
47 50
48 [ $runtime == ie && ($system == linux || $system == mac) ] 51 [ $runtime == ie && ($system == linux || $system == mac) ]
49 *: Skip 52 *: Skip
50 53
51 [ $runtime == safari && ($system == linux || $system == windows) ] 54 [ $runtime == safari && ($system == linux || $system == windows) ]
52 *: Skip 55 *: Skip
53 56
54 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 57 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
55 [ $runtime == opera ] 58 [ $runtime == opera ]
56 *: Skip 59 *: Skip
57 60
58 [ $arch == simarm ] 61 [ $arch == simarm ]
59 *: Skip 62 *: Skip
60 63
61 [ $arch == arm ] 64 [ $arch == arm ]
62 *: Skip 65 *: Skip
63 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698