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

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

Issue 11271016: Enable Opera tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/html/html.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 [ $runtime == safari && $system == macos ] 52 [ $runtime == safari && $system == macos ]
53 v2*: Skip 53 v2*: Skip
54 54
55 [ $runtime == ie9 && ($system == linux || $system == macos) ] 55 [ $runtime == ie9 && ($system == linux || $system == macos) ]
56 *: Skip 56 *: Skip
57 57
58 [ $runtime == safari && ($system == linux || $system == windows) ] 58 [ $runtime == safari && ($system == linux || $system == windows) ]
59 *: Skip 59 *: Skip
60 60
61 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
62 [ $runtime == opera ] 61 [ $runtime == opera ]
63 *: Skip 62 multiple_timer_test: Pass, Fail
63 isolate2_negative_test: Skip # Timeout.
64 unresolved_ports_negative_test: Skip # Timeout.
64 65
65 [ $arch == simarm ] 66 [ $arch == simarm ]
66 *: Skip 67 *: Skip
67 68
68 [ $arch == arm ] 69 [ $arch == arm ]
69 *: Skip 70 *: Skip
70 71
71 [ $compiler == dart2js && $browser ] 72 [ $compiler == dart2js && $browser ]
72 spawn_uri_test: Skip # dart2js does not support spawnUri yet 73 spawn_uri_test: Skip # dart2js does not support spawnUri yet
73 spawn_uri_negative_test: Skip # ditto 74 spawn_uri_negative_test: Skip # ditto
(...skipping 14 matching lines...) Expand all
88 timer_isolate_test: Fail, OK # Needs Timer to run. 89 timer_isolate_test: Fail, OK # Needs Timer to run.
89 timer_repeat_test: Fail,OK # Needs Timer to run. 90 timer_repeat_test: Fail,OK # Needs Timer to run.
90 timer_test: Fail,OK # Needs Timer to run. 91 timer_test: Fail,OK # Needs Timer to run.
91 92
92 [ $compiler == dart2js && $runtime == none ] 93 [ $compiler == dart2js && $runtime == none ]
93 *: Fail, Pass # TODO(ahe): Triage these tests. 94 *: Fail, Pass # TODO(ahe): Triage these tests.
94 95
95 [ $compiler == dart2dart ] 96 [ $compiler == dart2dart ]
96 # Skip until we stabilize language tests. 97 # Skip until we stabilize language tests.
97 *: Skip 98 *: Skip
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/json/json.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698