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

Side by Side Diff: tests/language/language_analyzer.status

Issue 845793004: Update status files, replace "dartbug.com" with "Issue ". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052 6 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052
7 await_test: CompileTimeError # Issue 22052 7 await_test: CompileTimeError # Issue 22052
8 8
9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053 9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053
10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053 10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 generic_closure_test: StaticWarning 471 generic_closure_test: StaticWarning
472 local_function2_test: StaticWarning 472 local_function2_test: StaticWarning
473 redirecting_factory_long_test: StaticWarning 473 redirecting_factory_long_test: StaticWarning
474 474
475 # This test uses "const Symbol('_setAt')" 475 # This test uses "const Symbol('_setAt')"
476 vm/reflect_core_vm_test: CompileTimeError 476 vm/reflect_core_vm_test: CompileTimeError
477 477
478 # This test is expected to have warnings because of noSuchMethod overriding. 478 # This test is expected to have warnings because of noSuchMethod overriding.
479 regress_12561_test: StaticWarning 479 regress_12561_test: StaticWarning
480 480
481 main_not_a_function_test/01: Fail # http://dartbug.com/20030 481 main_not_a_function_test/01: Fail # Issue 20030
482 main_test/03: Fail # http://dartbug.com/20030 482 main_test/03: Fail # Issue 20030
483 no_main_test/01: Fail # http://dartbug.com/20030 483 no_main_test/01: Fail # Issue 20030
484 484
485 compile_time_constant10_test/none: CompileTimeError # Issue 21177 485 compile_time_constant10_test/none: CompileTimeError # Issue 21177
486 486
487 # Issue 16391. These tests are supposed to produce a compile time 487 # Issue 16391. These tests are supposed to produce a compile time
488 # error in checked mode, but they don't: 488 # error in checked mode, but they don't:
489 [ $compiler == dartanalyzer && $checked ] 489 [ $compiler == dartanalyzer && $checked ]
490 assign_static_type_test/02: MissingCompileTimeError # Issue 16391 490 assign_static_type_test/02: MissingCompileTimeError # Issue 16391
491 compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391 491 compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391
492 compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391 492 compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391
493 compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391 493 compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391
(...skipping 13 matching lines...) Expand all
507 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 507 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
508 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 508 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
509 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 509 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
510 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 510 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
511 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 511 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
512 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 512 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
513 const_init2_test/02: MissingCompileTimeError # Issue 16391 513 const_init2_test/02: MissingCompileTimeError # Issue 16391
514 malformed2_test/01: MissingCompileTimeError # Issue 16391 514 malformed2_test/01: MissingCompileTimeError # Issue 16391
515 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1 515 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
516 type_parameter_test/05: MissingCompileTimeError # Issue 16391 516 type_parameter_test/05: MissingCompileTimeError # Issue 16391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698