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

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

Issue 23653043: First attempt at fixing the status file for chrome-on-android. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't mess with bailouts. Created 7 years, 3 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/co19/co19-dart2js.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 == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293
7 list_test: Pass, Fail # v8 bug: Issue 12293 7 list_test: Pass, Fail # v8 bug: Issue 12293
8 8
9 9
10 [ $compiler == none ] 10 [ $compiler == none ]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 string_base_vm_test: Fail, OK # VM specific test. 46 string_base_vm_test: Fail, OK # VM specific test.
47 47
48 [ $compiler == dart2js && $runtime == none ] 48 [ $compiler == dart2js && $runtime == none ]
49 *: Fail, Pass # TODO(ahe): Triage these tests. 49 *: Fail, Pass # TODO(ahe): Triage these tests.
50 50
51 [ $compiler == dart2js && $runtime == ie9 ] 51 [ $compiler == dart2js && $runtime == ie9 ]
52 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 52 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
54 list_test: Fail # IE doesn't support typed data. 54 list_test: Fail # IE doesn't support typed data.
55 55
56 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
57 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
58
56 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 59 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
57 60
58 [ $compiler == dart2dart ] 61 [ $compiler == dart2dart ]
59 compare_to2_test: Fail # inherited from VM 62 compare_to2_test: Fail # inherited from VM
60 unicode_test: Fail # inherited from VM 63 unicode_test: Fail # inherited from VM
61 64
62 65
63 # Library changes 66 # Library changes
64 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 67 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
65 map_keys2_test: Fail # Generic types aren't right. 68 map_keys2_test: Fail # Generic types aren't right.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 collection_to_string_test: Pass, Crash # Issue: 11207 100 collection_to_string_test: Pass, Crash # Issue: 11207
98 101
99 [ $arch == simmips ] 102 [ $arch == simmips ]
100 int_parse_radix_test: Skip # Timeout 103 int_parse_radix_test: Skip # Timeout
101 104
102 [ $arch == simmips && $checked ] 105 [ $arch == simmips && $checked ]
103 collection_length_test: Pass, Timeout 106 collection_length_test: Pass, Timeout
104 107
105 [ $arch == simmips && $mode == debug ] 108 [ $arch == simmips && $mode == debug ]
106 collection_to_string_test: Pass, Crash # Issue: 11207 109 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698