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 10832239: Enable Opera testing (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/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 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 == opera ]
45 # TODO(kasperl): Triage these tests.
46 isolate2_negative_test: Skip
47 unresolved_ports_negative_test: Skip
48
44 [ $runtime == ie && ($system == linux || $system == mac) ] 49 [ $runtime == ie && ($system == linux || $system == mac) ]
45 *: Skip 50 *: Skip
46 51
47 [ $runtime == safari && ($system == linux || $system == windows) ] 52 [ $runtime == safari && ($system == linux || $system == windows) ]
48 *: Skip 53 *: Skip
49 54
50 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
51 [ $runtime == opera ]
52 *: Skip
53
54 [ $arch == simarm ] 55 [ $arch == simarm ]
55 *: Skip 56 *: Skip
56 57
57 [ $arch == arm ] 58 [ $arch == arm ]
58 *: Skip 59 *: Skip
59 60
60 [ $compiler == dart2js && $browser ] 61 [ $compiler == dart2js && $browser ]
61 spawn_uri_test: Skip # dart2js does not support spawnUri yet 62 spawn_uri_test: Skip # dart2js does not support spawnUri yet
62 spawn_uri_negative_test: Skip # ditto 63 spawn_uri_negative_test: Skip # ditto
63 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 64 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
(...skipping 12 matching lines...) Expand all
76 multiple_timer_test: Fail,OK # Needs Timer to run. 77 multiple_timer_test: Fail,OK # Needs Timer to run.
77 timer_test: Fail,OK # Needs Timer to run. 78 timer_test: Fail,OK # Needs Timer to run.
78 timer_repeat_test: Fail,OK # Needs Timer to run. 79 timer_repeat_test: Fail,OK # Needs Timer to run.
79 80
80 [ $compiler == dart2js && $runtime == none ] 81 [ $compiler == dart2js && $runtime == none ]
81 *: Fail, Pass # TODO(ahe): Triage these tests. 82 *: Fail, Pass # TODO(ahe): Triage these tests.
82 83
83 [ $compiler == dart2dart ] 84 [ $compiler == dart2dart ]
84 # Skip until we stabilize language tests. 85 # Skip until we stabilize language tests.
85 *: Skip 86 *: 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