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

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

Issue 11235054: Removed IllegalAccessException and UnsupportedOperationException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
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 && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail # co19 issu e 263 63 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail # co19 issu e 263
64 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail # co19 issue 263 64 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail # co19 issue 263
65 65
66 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 66 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271
67 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271 67 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271
68 68
69 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 69 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
70 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 70 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
71 71
72 LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail # co19 issue 273
73 LibTest/core/IllegalAccessException/toString_A01_t01: Fail # co19 issue 273
74
75 # Conversion of UnsupportedOperationException and IllegalAccessException into St ateError.
76 LibTest/core/List/addAll_A02_t01: Fail
77 LibTest/core/List/List_A01_t02: Fail
78 LibTest/core/List/clear_A02_t01: Fail
79 LibTest/core/List/removeRange_A02_t01: Fail
80 LibTest/core/List/add_A02_t01: Fail
81 LibTest/core/List/addLast_A02_t01: Fail
82 LibTest/core/List/insertRange_A02_t01: Fail
83 LibTest/core/List/removeLast_A02_t01: Fail
84 LibTest/core/List/length_A04_t01: Fail
85 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail
86 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail
87
88
72 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # issue 6060 89 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # issue 6060
73 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # issue 6060 90 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # issue 6060
74 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 91 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
75 92
76 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. 93 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
77 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 94 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
78 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 95 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
79 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 96 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
80 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 97 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
81 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 98 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 593
577 594
578 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 595 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
579 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 596 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
580 597
581 [ $compiler == none && $arch == simarm ] 598 [ $compiler == none && $arch == simarm ]
582 *: Skip 599 *: Skip
583 600
584 [ $compiler == none && $arch == arm ] 601 [ $compiler == none && $arch == arm ]
585 *: Skip 602 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698