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

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

Issue 983163002: Fix status files after jsshell update. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/corelib/corelib.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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 149
150 numbers_test: RuntimeError, OK # Issue 1533 150 numbers_test: RuntimeError, OK # Issue 1533
151 canonical_const2_test: RuntimeError, OK # Issue 1533 151 canonical_const2_test: RuntimeError, OK # Issue 1533
152 bit_operations_test: RuntimeError, OK # Issue 1533 152 bit_operations_test: RuntimeError, OK # Issue 1533
153 expect_test: RuntimeError, OK # Issue 13080 153 expect_test: RuntimeError, OK # Issue 13080
154 154
155 [ $compiler == dart2js && $runtime == none ] 155 [ $compiler == dart2js && $runtime == none ]
156 *: Fail, Pass # TODO(ahe): Triage these tests. 156 *: Fail, Pass # TODO(ahe): Triage these tests.
157 157
158 158
159 [ $compiler == dart2js && ($runtime == jsshell || $runtime == safari || $runtime == safarimobilesim)] 159 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
160 round_test: Fail, OK # Common JavaScript engine Math.round bug. 160 round_test: Fail, OK # Common JavaScript engine Math.round bug.
161 161
162 [ $compiler == dart2js && $runtime == ff ] 162 [ $compiler == dart2js && $runtime == ff ]
163 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug. 163 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.
164 164
165 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 165 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
166 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1)) 166 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1))
167 call_through_getter_test: Fail, OK 167 call_through_getter_test: Fail, OK
168 168
169 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 169 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 270 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
271 super_call4_test: Fail, OK # hardcoded names. 271 super_call4_test: Fail, OK # hardcoded names.
272 272
273 [ $minified ] 273 [ $minified ]
274 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 274 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
275 regress_21795_test: RuntimeError # Issue 12605 275 regress_21795_test: RuntimeError # Issue 12605
276 276
277 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 277 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
278 *deferred*: Skip # Issue 17458 278 *deferred*: Skip # Issue 17458
279 cha_deopt*: Skip # Issue 17458 279 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698