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

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

Issue 167893006: MIPS: Fix bug in allocation stub's slow path. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: updated status file Created 6 years, 10 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
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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 async/timer_isolate_test: Fail, Pass # Issue 15487 249 async/timer_isolate_test: Fail, Pass # Issue 15487
250 250
251 [ $compiler == none && $runtime == drt && $system == windows ] 251 [ $compiler == none && $runtime == drt && $system == windows ]
252 async/multiple_timer_test: Fail, Pass # See Issue 10982 252 async/multiple_timer_test: Fail, Pass # See Issue 10982
253 async/timer_test: Fail, Pass # See Issue 10982 253 async/timer_test: Fail, Pass # See Issue 10982
254 254
255 [ $arch == simmips || $arch == mips ] 255 [ $arch == simmips || $arch == mips ]
256 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 256 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
257 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 257 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
258 258
259 [ $arch == simmips]
260 mirrors/immutable_collections_test: Pass, Crash # Issue 16873
261
262 [ $arch == simarm ] 259 [ $arch == simarm ]
263 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 260 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
264 convert/utf85_test: Pass, Slow # Issue 12644. 261 convert/utf85_test: Pass, Slow # Issue 12644.
265 262
266 [ $compiler == none && $runtime == dartium ] 263 [ $compiler == none && $runtime == dartium ]
267 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 264 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
268 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 265 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
269 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag 266 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
270 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag 267 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
271 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag 268 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
(...skipping 17 matching lines...) Expand all
289 286
290 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 287 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
291 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 288 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
292 289
293 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 290 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
294 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 291 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
295 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 292 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
296 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 293 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
297 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 294 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
298 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 295 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« tests/language/vm/regress_16873_test.dart ('K') | « tests/language/vm/regress_16873_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698