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

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

Issue 284843004: Adds Math Min/Max to arm64. (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
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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 281
282 [ $arch == simarm ] 282 [ $arch == simarm ]
283 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 283 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
284 convert/utf85_test: Skip # Pass, Slow Issue 12644. 284 convert/utf85_test: Skip # Pass, Slow Issue 12644.
285 285
286 [ $arch == simarm64 ] 286 [ $arch == simarm64 ]
287 mirrors/mirrors_reader_test: Skip # Timeout 287 mirrors/mirrors_reader_test: Skip # Timeout
288 convert/chunked_conversion_utf88_test: Skip # Timeout 288 convert/chunked_conversion_utf88_test: Skip # Timeout
289 convert/utf85_test: Skip # Timeout 289 convert/utf85_test: Skip # Timeout
290 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout 290 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout
291 math/min_max_test: Crash # Unimplemented
292 291
293 [ $compiler == none && $runtime == dartium ] 292 [ $compiler == none && $runtime == dartium ]
294 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 293 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
295 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 294 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
296 295
297 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 296 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
298 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag 297 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
299 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag 298 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
300 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag 299 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
301 300
(...skipping 23 matching lines...) Expand all
325 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 324 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
326 325
327 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 326 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
328 327
329 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 328 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
330 async/*deferred*: Skip # Issue 17458 329 async/*deferred*: Skip # Issue 17458
331 mirrors/*deferred*: Skip # Issue 17458 330 mirrors/*deferred*: Skip # Issue 17458
332 331
333 [ $compiler == dart2js && $mode == debug ] 332 [ $compiler == dart2js && $mode == debug ]
334 mirrors/native_class_test: Pass, Slow 333 mirrors/native_class_test: Pass, Slow
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698