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

Side by Side Diff: tests/language/language_dart2js.status

Issue 268593004: Update status file entries for mobile safari simulator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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/lib/lib.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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 override_inheritance_mixed_test/08: Fail # Issue 18124 6 override_inheritance_mixed_test/08: Fail # Issue 18124
7 override_inheritance_mixed_test/09: Fail # Issue 18124 7 override_inheritance_mixed_test/09: Fail # Issue 18124
8 bad_constructor_test/05: CompileTimeError # Issue 13669 8 bad_constructor_test/05: CompileTimeError # Issue 13669
9 malformed_test/05: MissingCompileTimeError # Issue 12695 9 malformed_test/05: MissingCompileTimeError # Issue 12695
10 malformed_test/06: MissingCompileTimeError # Issue 12695 10 malformed_test/06: MissingCompileTimeError # Issue 12695
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 bit_operations_test: RuntimeError, OK # Issue 1533 139 bit_operations_test: RuntimeError, OK # Issue 1533
140 expect_test: RuntimeError, OK # Issue 13080 140 expect_test: RuntimeError, OK # Issue 13080
141 141
142 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] 142 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ]
143 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK 143 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK
144 144
145 [ $compiler == dart2js && $runtime == none ] 145 [ $compiler == dart2js && $runtime == none ]
146 *: Fail, Pass # TODO(ahe): Triage these tests. 146 *: Fail, Pass # TODO(ahe): Triage these tests.
147 147
148 148
149 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 149 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari || $runtime == safarimobilesim)]
150 round_test: Fail, OK # Common JavaScript engine Math.round bug. 150 round_test: Fail, OK # Common JavaScript engine Math.round bug.
151 151
152 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 152 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
153 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. 153 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
154 154
155 [ $compiler == dart2js && $runtime == ie9 ] 155 [ $compiler == dart2js && $runtime == ie9 ]
156 double_to_string_as_exponential3_test: Fail # Issue 12750 156 double_to_string_as_exponential3_test: Fail # Issue 12750
157 double_to_string_as_fixed_test: Fail # Issue 12750 157 double_to_string_as_fixed_test: Fail # Issue 12750
158 double_to_string_as_precision3_test: Fail # Issue 12750 158 double_to_string_as_precision3_test: Fail # Issue 12750
159 expect_test: Fail # Issue 13080 159 expect_test: Fail # Issue 13080
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 257
258 [ ($compiler == dart2js && $csp)] 258 [ ($compiler == dart2js && $csp)]
259 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 259 deferred_constraints_type_annotation_test/*: Skip # Issue 16898
260 deferred_constraints_constants_test/*: Skip # Issue 16898 260 deferred_constraints_constants_test/*: Skip # Issue 16898
261 deferred_no_such_method_test*: Skip # Issue 16898 261 deferred_no_such_method_test*: Skip # Issue 16898
262 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 262 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898
263 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 263 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898
264 264
265 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 265 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
266 *deferred*: Skip # Issue 17458 266 *deferred*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698