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

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

Issue 23907003: - Consolidate co19 test failure into co19-co19.status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « no previous file | tests/co19/co19-dart2dart.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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
(...skipping 10 matching lines...) Expand all
21 LibTest/typed_data/ByteData/setFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure 21 LibTest/typed_data/ByteData/setFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure
22 LibTest/typed_data/ByteData/setFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure 22 LibTest/typed_data/ByteData/setFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure
23 LibTest/typed_data/ByteData/setInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure 23 LibTest/typed_data/ByteData/setInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure
24 LibTest/typed_data/ByteData/setInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure 24 LibTest/typed_data/ByteData/setInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure
25 LibTest/typed_data/ByteData/setInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure 25 LibTest/typed_data/ByteData/setInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure
26 LibTest/typed_data/ByteData/setUint16_A02_t02: fail # co19-roll r569: Please tri age this failure 26 LibTest/typed_data/ByteData/setUint16_A02_t02: fail # co19-roll r569: Please tri age this failure
27 LibTest/typed_data/ByteData/setUint32_A02_t02: fail # co19-roll r569: Please tri age this failure 27 LibTest/typed_data/ByteData/setUint32_A02_t02: fail # co19-roll r569: Please tri age this failure
28 LibTest/typed_data/ByteData/setUint64_A02_t02: fail # co19-roll r569: Please tri age this failure 28 LibTest/typed_data/ByteData/setUint64_A02_t02: fail # co19-roll r569: Please tri age this failure
29 29
30 [ $runtime == vm || $compiler == dart2js ] 30 [ $runtime == vm || $compiler == dart2js ]
31 Language/13_Statements/11_Try_A02_t03: fail # co19 issue 552 31 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525
32 Language/13_Statements/11_Try_A03_t03: fail # co19 issue 552 32 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525
33 Language/13_Statements/11_Try_A04_t03: fail # co19 issue 552 33
34 Language/13_Statements/11_Try_A07_t03: fail # co19 issue 553 34 Language/13_Statements/11_Try_A02_t03: FAIL, OK # co19 issue 552
35 Language/13_Statements/11_Try_A03_t03: FAIL, OK # co19 issue 552
36 Language/13_Statements/11_Try_A04_t03: FAIL, OK # co19 issue 552
37 Language/13_Statements/11_Try_A07_t03: FAIL, OK # co19 issue 553
35 38
36 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. 39 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415.
37 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: FAIL, OK # co19 issue 547 40 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: FAIL, OK # co19 issue 547
38 41
39 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 42 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
40 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 43 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
41 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 44 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
42 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 45 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44
43 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 46 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44
44 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 47 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 121 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498
119 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 122 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
120 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 123 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
121 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 124 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
122 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 125 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
123 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 126 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
124 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 127 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
125 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 128 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
126 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 129 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
127 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 130 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698