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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 10911206: Remove support for operator negate and replace occurrences with unary (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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/compiler/dart2js/mirrors_test.dart » ('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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th is failure. 6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th is failure.
7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th is failure. 7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th is failure.
8 Language/03_Overview/1_Scoping_A03_t02: Fail # TODO(vm-team): Please triage this failure. 8 Language/03_Overview/1_Scoping_A03_t02: Fail # TODO(vm-team): Please triage this failure.
9 Language/03_Overview/2_Privacy_A01_t01: Fail # TODO(vm-team): Please triage this failure. 9 Language/03_Overview/2_Privacy_A01_t01: Fail # TODO(vm-team): Please triage this failure.
10 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this failure. 10 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this failure.
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 LibTest/core/RegExp/firstMatch_A01_t01: Fail 414 LibTest/core/RegExp/firstMatch_A01_t01: Fail
415 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 415 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
416 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub. 416 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub.
417 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub. 417 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub.
418 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 418 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
419 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460, Issue co19 - 1 12 419 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460, Issue co19 - 1 12
420 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460, Issue co19 - 114 420 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460, Issue co19 - 114
421 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460, Issue co1 9 - 113 421 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460, Issue co1 9 - 113
422 422
423 # co19 issue 169: obsolete operator and instance method 'negate' 423 # co19 issue 169: obsolete operator and instance method 'negate'
424 LibTest/core/int/operator_negate_A01_t01: Fail # co19 issue 169 424 LibTest/core/int/operator_negate_A01_t01: Fail, OK # co19 issue 169
425 LibTest/core/double/operator_negate_A01_t04: Fail # issue 169 425 LibTest/core/double/operator_negate_A01_t04: Fail, OK # co19 issue 169
426 LibTest/core/double/operator_negate_A01_t02: Fail # issue 169 426 LibTest/core/double/operator_negate_A01_t02: Fail, OK # co19 issue 169
427 LibTest/core/double/operator_negate_A01_t01: Fail # issue 169 427 LibTest/core/double/operator_negate_A01_t01: Fail, OK # co19 issue 169
428 Language/10_Expressions/25_Unary_Expressions_A01_t27: Fail, OK # co19 issue 169
429 Language/10_Expressions/25_Unary_Expressions_A05_t01: Fail, OK # co19 issue 169
428 430
429 [ $runtime == vm ] 431 [ $runtime == vm ]
430 LibTest/core/Math/acos_A01_t01: Fail, OK # Issue co19 - 44 432 LibTest/core/Math/acos_A01_t01: Fail, OK # Issue co19 - 44
431 LibTest/core/Math/asin_A01_t01: Fail, OK # Issue co19 - 44 433 LibTest/core/Math/asin_A01_t01: Fail, OK # Issue co19 - 44
432 LibTest/core/Math/atan_A01_t01: Fail, OK # Issue co19 - 44 434 LibTest/core/Math/atan_A01_t01: Fail, OK # Issue co19 - 44
433 LibTest/core/Math/cos_A01_t01: Fail, OK # Issue co19 - 44 435 LibTest/core/Math/cos_A01_t01: Fail, OK # Issue co19 - 44
434 LibTest/core/Math/exp_A01_t01: Fail, OK # Issue co19 - 44 436 LibTest/core/Math/exp_A01_t01: Fail, OK # Issue co19 - 44
435 LibTest/core/Math/sin_A01_t01: Fail, OK # Issue co19 - 44 437 LibTest/core/Math/sin_A01_t01: Fail, OK # Issue co19 - 44
436 LibTest/core/Math/tan_A01_t01: Fail, OK # Issue co19 - 44 438 LibTest/core/Math/tan_A01_t01: Fail, OK # Issue co19 - 44
437 439
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 832
831 833
832 [ $runtime == vm && $mode == debug && $unchecked ] 834 [ $runtime == vm && $mode == debug && $unchecked ]
833 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 835 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
834 836
835 [ $arch == simarm ] 837 [ $arch == simarm ]
836 *: Skip 838 *: Skip
837 839
838 [ $arch == arm ] 840 [ $arch == arm ]
839 *: Skip 841 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mirrors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698