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

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

Issue 23714005: Fix range check bug for ByteData getters and setters. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: updated co19 status 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 | « runtime/lib/typed_data.dart ('k') | tests/co19/co19-runtime.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
11 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] 11 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ]
12 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure 12 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure
13 LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure
14 LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure
15 LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure
16 LibTest/typed_data/ByteData/getInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure
17 LibTest/typed_data/ByteData/getInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure
18 LibTest/typed_data/ByteData/getUint16_A02_t02: fail # co19-roll r569: Please tri age this failure
19 LibTest/typed_data/ByteData/getUint32_A02_t02: fail # co19-roll r569: Please tri age this failure
20 LibTest/typed_data/ByteData/getUint64_A02_t02: fail # co19-roll r569: Please tri age 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
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
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
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
29 13
30 [ $runtime == vm || $compiler == dart2js ] 14 [ $runtime == vm || $compiler == dart2js ]
31 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525 15 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525
32 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525 16 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525
33 17
34 Language/13_Statements/11_Try_A02_t03: FAIL, OK # co19 issue 552 18 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 19 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 20 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 21 Language/13_Statements/11_Try_A07_t03: FAIL, OK # co19 issue 553
38 22
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 105 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498
122 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 106 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
123 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 107 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
124 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 108 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
125 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 109 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
126 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 110 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
127 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 111 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
128 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 112 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
129 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 113 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
130 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 114 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550
OLDNEW
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698