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

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

Issue 10877010: Update status file to use mac instead of macos. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/json/json.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 serialization_test: Skip # tests dart2js-specific serialization code 7 serialization_test: Skip # tests dart2js-specific serialization code
8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
9 compute_this_script_browser_test: Skip # browser specific test 9 compute_this_script_browser_test: Skip # browser specific test
10 timer_not_available_test: Fail, OK # only meant to test when there is no way to 10 timer_not_available_test: Fail, OK # only meant to test when there is no way to
(...skipping 23 matching lines...) Expand all
34 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 34 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
35 message_test: Skip 35 message_test: Skip
36 36
37 # TODO(ager): Update these. 37 # TODO(ager): Update these.
38 [ $runtime == ie && $system == windows ] 38 [ $runtime == ie && $system == windows ]
39 v2*: Skip 39 v2*: Skip
40 40
41 [ $runtime == safari && $system == macos ] 41 [ $runtime == safari && $system == macos ]
42 v2*: Skip 42 v2*: Skip
43 43
44 [ $runtime == ie && ($system == linux || $system == mac) ] 44 [ $runtime == ie && ($system == linux || $system == macos) ]
45 *: Skip 45 *: Skip
46 46
47 [ $runtime == safari && ($system == linux || $system == windows) ] 47 [ $runtime == safari && ($system == linux || $system == windows) ]
48 *: Skip 48 *: Skip
49 49
50 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 50 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
51 [ $runtime == opera ] 51 [ $runtime == opera ]
52 *: Skip 52 *: Skip
53 53
54 [ $arch == simarm ] 54 [ $arch == simarm ]
(...skipping 21 matching lines...) Expand all
76 multiple_timer_test: Fail,OK # Needs Timer to run. 76 multiple_timer_test: Fail,OK # Needs Timer to run.
77 timer_test: Fail,OK # Needs Timer to run. 77 timer_test: Fail,OK # Needs Timer to run.
78 timer_repeat_test: Fail,OK # Needs Timer to run. 78 timer_repeat_test: Fail,OK # Needs Timer to run.
79 79
80 [ $compiler == dart2js && $runtime == none ] 80 [ $compiler == dart2js && $runtime == none ]
81 *: Fail, Pass # TODO(ahe): Triage these tests. 81 *: Fail, Pass # TODO(ahe): Triage these tests.
82 82
83 [ $compiler == dart2dart ] 83 [ $compiler == dart2dart ]
84 # Skip until we stabilize language tests. 84 # Skip until we stabilize language tests.
85 *: Skip 85 *: Skip
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/json/json.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698