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

Side by Side Diff: tests/corelib/corelib.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/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/html/html.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 [ $compiler == none ] 5 [ $compiler == none ]
6 unicode_test: Fail # Bug 5163868 6 unicode_test: Fail # Bug 5163868
7 *dartc_test: Skip 7 *dartc_test: Skip
8 expando_test: Fail 8 expando_test: Fail
9 compare_to2_test: Fail # Bug 4018 9 compare_to2_test: Fail # Bug 4018
10 10
(...skipping 23 matching lines...) Expand all
34 string_substring_test: Fail 34 string_substring_test: Fail
35 string_test: Fail # Needs index out of range checks. 35 string_test: Fail # Needs index out of range checks.
36 string_replace_dollar_test: Fail 36 string_replace_dollar_test: Fail
37 37
38 # New methods (timeZoneName and timeZoneOffset) were not ported to frog. 38 # New methods (timeZoneName and timeZoneOffset) were not ported to frog.
39 date_time7_test: Skip 39 date_time7_test: Skip
40 40
41 [ $compiler == frog && $runtime == none ] 41 [ $compiler == frog && $runtime == none ]
42 *: Skip 42 *: Skip
43 43
44 [ $runtime == opera ]
45 # TODO(kasperl): Triage these tests.
46 core_runtime_types_test: Fail
47 date_time7_test: Fail
48 unicode_test: Fail
49
44 [ $runtime == ff || $runtime == ie ] 50 [ $runtime == ff || $runtime == ie ]
45 unicode_test: Fail 51 unicode_test: Fail
46 52
47 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
48 [ $runtime == opera ]
49 *: Skip
50
51 [ $runtime == ie && ($system == linux || $system == mac) ] 53 [ $runtime == ie && ($system == linux || $system == mac) ]
52 *: Skip 54 *: Skip
53 55
54 [ $runtime == safari && ($system == linux || $system == windows) ] 56 [ $runtime == safari && ($system == linux || $system == windows) ]
55 *: Skip 57 *: Skip
56 58
57 [ $arch == simarm ] 59 [ $arch == simarm ]
58 *: Skip 60 *: Skip
59 61
60 [ $arch == arm ] 62 [ $arch == arm ]
(...skipping 26 matching lines...) Expand all
87 [ $compiler == dart2js && $runtime == ie ] 89 [ $compiler == dart2js && $runtime == ie ]
88 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? 90 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out?
89 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 91 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
90 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? 92 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out?
91 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 93 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
92 core_runtime_types_test: Fail 94 core_runtime_types_test: Fail
93 95
94 [ $compiler == dart2dart ] 96 [ $compiler == dart2dart ]
95 # Skip until we stabilize language tests. 97 # Skip until we stabilize language tests.
96 *: Skip 98 *: Skip
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698