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

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

Issue 23664003: Followup status file changes after co19-roll: ie9 doesn't seem to support typed_data (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | no next file » | 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 == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 248 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
249 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 249 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
250 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 250 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
251 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 251 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
252 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 252 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
253 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 253 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
254 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 254 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
255 255
256 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 256 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
257 257
258
259 # 258 #
260 # Unexpected runtime errors. 259 # Unexpected runtime errors.
261 # 260 #
262 [ $compiler == dart2js ] 261 [ $compiler == dart2js ]
263 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202 262 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
264 263
264 [ $compiler == dart2js && $runtime == ie9 ]
265 # These are most likey due to the fact that IE9 doesn't support typed data
266 LibTest/typed_data/Float32List/*: fail, crash # co19-roll r559: Please triage th is failure
267 LibTest/typed_data/Float32x4/*: fail, crash # co19-roll r559: Please triage this failure
268 LibTest/typed_data/Float32x4List/*: fail, crash # co19-roll r559: Please triage this failure
269 LibTest/typed_data/Float64List/*: fail, crash # co19-roll r559: Please triage th is failure
270 LibTest/typed_data/Int8List/*: fail, crash # co19-roll r559: Please triage this failure
271 LibTest/typed_data/Int16List/*: fail, crash # co19-roll r559: Please triage this failure
272 LibTest/typed_data/Int32List/*: fail, crash # co19-roll r559: Please triage this failure
273 LibTest/typed_data/Int64List/*: fail, crash # co19-roll r559: Please triage this failure
274 LibTest/typed_data/Uint8ClampedList/*: fail, crash # co19-roll r559: Please tria ge this failure
275 LibTest/typed_data/Uint8List/*: fail, crash # co19-roll r559: Please triage this failure
276 LibTest/typed_data/Uint16List/*: fail, crash # co19-roll r559: Please triage thi s failure
277 LibTest/typed_data/Uint32List/*: fail, crash # co19-roll r559: Please triage thi s failure
278 LibTest/typed_data/Uint32x4/*: fail, crash # co19-roll r559: Please triage this failure
279 LibTest/typed_data/Uint64List/*: fail, crash # co19-roll r559: Please triage thi s failure
280 LibTest/typed_data/Float32List/Float32List_A02_t01: pass # co19-roll r559: Pleas e triage this failure
281 LibTest/typed_data/Float32x4List/Float32x4List_A02_t01: pass # co19-roll r559: P lease triage this failure
282 LibTest/typed_data/Float64List/Float64List_A02_t01: pass # co19-roll r559: Pleas e triage this failure
283 LibTest/typed_data/Int16List/Int16List_A02_t01: pass # co19-roll r559: Please tr iage this failure
284 LibTest/typed_data/Int32List/Int32List_A02_t01: pass # co19-roll r559: Please tr iage this failure
285 LibTest/typed_data/Int8List/Int8List_A02_t01: pass # co19-roll r559: Please tria ge this failure
286 LibTest/typed_data/Uint16List/Uint16List_A02_t01: pass # co19-roll r559: Please triage this failure
287 LibTest/typed_data/Uint32List/Uint32List_A02_t01: pass # co19-roll r559: Please triage this failure
288 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01: pass # co19-roll r 559: Please triage this failure
289 LibTest/typed_data/Uint8List/Uint8List_A02_t01: pass # co19-roll r559: Please tr iage this failure
265 290
266 [ $compiler == dart2js ] 291 [ $compiler == dart2js ]
267 Language/03_Overview/1_Scoping_A02_t28: fail # co19-roll r559: Please triage thi s failure 292 Language/03_Overview/1_Scoping_A02_t28: fail # co19-roll r559: Please triage thi s failure
268 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure 293 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure
269 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure 294 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure
270 Language/05_Variables/05_Variables_A05_t03: fail # co19-roll r546: Please triage this failure 295 Language/05_Variables/05_Variables_A05_t03: fail # co19-roll r546: Please triage this failure
271 Language/07_Classes/07_Classes_A11_t01: fail # co19-roll r546: Please triage thi s failure 296 Language/07_Classes/07_Classes_A11_t01: fail # co19-roll r546: Please triage thi s failure
272 Language/07_Classes/07_Classes_A11_t03: fail # co19-roll r546: Please triage thi s failure 297 Language/07_Classes/07_Classes_A11_t03: fail # co19-roll r546: Please triage thi s failure
273 Language/07_Classes/1_Instance_Methods_A01_t01: fail # co19-roll r559: Please tr iage this failure 298 Language/07_Classes/1_Instance_Methods_A01_t01: fail # co19-roll r559: Please tr iage this failure
274 Language/07_Classes/1_Instance_Methods_A01_t02: fail # co19-roll r559: Please tr iage this failure 299 Language/07_Classes/1_Instance_Methods_A01_t02: fail # co19-roll r559: Please tr iage this failure
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple ase triage this failure 585 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple ase triage this failure
561 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas e triage this failure 586 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas e triage this failure
562 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 587 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
563 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 588 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
564 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t riage this failure 589 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t riage this failure
565 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 590 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
566 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 591 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
567 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 592 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
568 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 593 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
569 594
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698