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

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

Issue 17765003: - Trial balloon for removal of argument definition test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 | « runtime/vm/parser.cc ('k') | tests/compiler/dart2js/dart2js.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 == none ]
6 # Known bad tests depending on removed language features.
7 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK
8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK
9 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK
10 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK
11 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK
12
5 [ $runtime == vm && $system == windows ] 13 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 14 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 15
8 [ $runtime == vm ] 16 [ $runtime == vm ]
9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
10 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 17 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
11 18
12 [ $compiler == none && $runtime == vm ] 19 [ $compiler == none && $runtime == vm ]
13
14 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 20 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
15 LibTest/core/double/floor_A01_t05: Fail # issue 428 21 LibTest/core/double/floor_A01_t05: Fail # issue 428
16 LibTest/core/double/ceil_A01_t05: Fail # issue 428 22 LibTest/core/double/ceil_A01_t05: Fail # issue 428
17 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 23 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428
18 Language/11_Expressions/03_Numbers_A01_t10: Fail # co19 issue 428 24 Language/11_Expressions/03_Numbers_A01_t10: Fail # co19 issue 428
19 Language/11_Expressions/03_Numbers_A01_t08: Fail # co19 issue 428 25 Language/11_Expressions/03_Numbers_A01_t08: Fail # co19 issue 428
20 Language/11_Expressions/03_Numbers_A01_t04: Fail # co19 issue 428 26 Language/11_Expressions/03_Numbers_A01_t04: Fail # co19 issue 428
21 Language/11_Expressions/03_Numbers_A01_t03: Fail # co19 issue 428 27 Language/11_Expressions/03_Numbers_A01_t03: Fail # co19 issue 428
22 Language/11_Expressions/03_Numbers_A01_t02: Fail # co19 issue 428 28 Language/11_Expressions/03_Numbers_A01_t02: Fail # co19 issue 428
23 Language/11_Expressions/03_Numbers_A01_t01: Fail # co19 issue 428 29 Language/11_Expressions/03_Numbers_A01_t01: Fail # co19 issue 428
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 LibTest/core/int/operator_unary_minus_A01_t01: Fail 556 LibTest/core/int/operator_unary_minus_A01_t01: Fail
551 557
552 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] 558 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
553 LibTest/math/tan_A01_t01: Fail 559 LibTest/math/tan_A01_t01: Fail
554 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 560 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
555 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. 561 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
556 LibTest/core/List/sort_A01_t05: Crash 562 LibTest/core/List/sort_A01_t05: Crash
557 LibTest/core/List/sort_A01_t06: Crash 563 LibTest/core/List/sort_A01_t06: Crash
558 LibTest/core/int/operator_unary_minus_A01_t01: Fail 564 LibTest/core/int/operator_unary_minus_A01_t01: Fail
559 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 565 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698