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

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

Issue 11413101: Added support for isolate unhandled exceptions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporated code review feedback Created 8 years 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/isolate.cc ('k') | tests/isolate/isolate.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 && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060
8 8
9 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage this failure. 9 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881
10 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885
11 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage this failure. 11 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885
12 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage this failure. 12 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885
13 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage this failure. 13 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885
14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(vm-team): Please triage this failure. 14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(vm-team): Please triage this failure. 15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(vm-team): Please triage this failure. 16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(vm-team): Please triage this failure.
17 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge tter has empty parameter list. 17 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge tter has empty parameter list.
18 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge tter has empty parameter list. 18 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge tter has empty parameter list.
19 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this failure. 19 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this failure.
20 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this failure. 20 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this failure.
21 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this failure. 21 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this failure.
22 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 22 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
23 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P lease triage this failure. 23 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P lease triage this failure.
24 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P lease triage this failure. 24 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P lease triage this failure.
25 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P lease triage this failure. 25 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P lease triage this failure.
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai lure. 271 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai lure.
272 272
273 273
274 [ $compiler == none && $runtime == vm ] 274 [ $compiler == none && $runtime == vm ]
275 275
276 # The following tests use the deprecated Date interface. 276 # The following tests use the deprecated Date interface.
277 # Issue co19 - 125 277 # Issue co19 - 125
278 LibTest/core/Date/toString_A02_t01: Fail, OK 278 LibTest/core/Date/toString_A02_t01: Fail, OK
279 LibTest/core/Date/year_A01_t01: Fail, OK 279 LibTest/core/Date/year_A01_t01: Fail, OK
280 280
281 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 281 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293
282 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 282 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293
283 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 283 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
284 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 284 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
285 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 285 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
286 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 286 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
287 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 287 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
288 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 288 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
289 289
290 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 290 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
291 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 291 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
292 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294 292 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 330
331 331
332 [ $compiler == none && $runtime == vm && $mode == debug ] 332 [ $compiler == none && $runtime == vm && $mode == debug ]
333 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 333 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
334 334
335 [ $compiler == none && $arch == simarm ] 335 [ $compiler == none && $arch == simarm ]
336 *: Skip 336 *: Skip
337 337
338 [ $compiler == none && $arch == arm ] 338 [ $compiler == none && $arch == arm ]
339 *: Skip 339 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698