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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1257513002: dart2js: fix crash when annotations have syntax errors (fix #23983) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
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 ] 5 [ $compiler == dart2js ]
6 16407_test: Fail # Issue 16407 6 16407_test: Fail # Issue 16407
7 class_test: Fail 7 class_test: Fail
8 statements_test: Fail 8 statements_test: Fail
9 typed_locals_test: Fail 9 typed_locals_test: Fail
10 no_such_method_test: Fail # Wrong Invocation.memberName. 10 no_such_method_test: Fail # Wrong Invocation.memberName.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple mented 78 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple mented
79 deferred/deferred_mirrors1_test: Crash # (lazy.foo()): deferred access is not im plemented 79 deferred/deferred_mirrors1_test: Crash # (lazy.foo()): deferred access is not im plemented
80 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi on 80 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi on
81 deferred_fail_and_retry_test: Crash # (lib.foo()): deferred access is not implem ented 81 deferred_fail_and_retry_test: Crash # (lib.foo()): deferred access is not implem ented
82 deferred_fail_and_retry_worker_test: Crash # (lib.foo()): deferred access is not implemented 82 deferred_fail_and_retry_worker_test: Crash # (lib.foo()): deferred access is not implemented
83 deferred_split_test: Crash # (b.createA()): deferred access is not implemented 83 deferred_split_test: Crash # (b.createA()): deferred access is not implemented
84 mirror_printer_test: Crash # (static Iterable<Str... cannot handle async/sync*/ async* functions 84 mirror_printer_test: Crash # (static Iterable<Str... cannot handle async/sync*/ async* functions
85 mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* f unctions 85 mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* f unctions
86 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle async/ sync*/async* functions 86 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle async/ sync*/async* functions
87 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 87 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
88
89 [ $compiler == none && $runtime == vm ]
90 invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698