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

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

Issue 11199002: Remove built-in identifier 'negate' from VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 LibTest/isolate/SendPort/send_A02_t03: Fail # TODO(vm-team): Please triage this failure. 238 LibTest/isolate/SendPort/send_A02_t03: Fail # TODO(vm-team): Please triage this failure.
239 LibTest/isolate/SendPort/send_A02_t04: Fail # TODO(vm-team): Please triage this failure. 239 LibTest/isolate/SendPort/send_A02_t04: Fail # TODO(vm-team): Please triage this failure.
240 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # TODO(vm-team): Please triag e this failure. 240 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # TODO(vm-team): Please triag e this failure.
241 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # TODO(vm-team): Please triag e this failure. 241 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # TODO(vm-team): Please triag e this failure.
242 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure. 242 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure.
243 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 243 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
244 244
245 # Failures related to assert being a reserved word now. co19 issue 218. 245 # Failures related to assert being a reserved word now. co19 issue 218.
246 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK 246 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK
247 247
248 # negate is no longer a built-in identifier, co19 issue 260
249 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail, OK # co19 issue 2 60
248 250
249 [ $compiler == none && $runtime == vm && $checked ] 251 [ $compiler == none && $runtime == vm && $checked ]
250 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(vm-team): Please triage this failure. 252 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(vm-team): Please triage this failure.
251 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 253 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
252 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure. 254 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure.
253 Language/10_Expressions/11_Instance_Creation/1_New_A13_t01: Fail # TODO(vm-team) : Please triage this failure. 255 Language/10_Expressions/11_Instance_Creation/1_New_A13_t01: Fail # TODO(vm-team) : Please triage this failure.
254 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure. 256 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure.
255 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 257 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
256 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 258 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
257 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 259 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 518
517 519
518 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 520 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
519 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 521 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
520 522
521 [ $compiler == none && $arch == simarm ] 523 [ $compiler == none && $arch == simarm ]
522 *: Skip 524 *: Skip
523 525
524 [ $compiler == none && $arch == arm ] 526 [ $compiler == none && $arch == arm ]
525 *: Skip 527 *: Skip
OLDNEW
« runtime/vm/parser.cc ('K') | « runtime/vm/token.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698