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

Side by Side Diff: pkg/front_end/testcases/compile.status

Issue 3003993002: Fix issues from CL 3009573002. (Closed)
Patch Set: Update imports and expectations. Created 3 years, 3 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # Status file for the compile_test.dart (notice c, not k) test suite. This is 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is
6 # testing generating Kernel ASTs directly, that is, code in 6 # testing generating Kernel ASTs directly, that is, code in
7 # pkg/fasta/lib/src/kernel/. 7 # pkg/fasta/lib/src/kernel/.
8 8
9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 rasta/bad_redirection: Fail 46 rasta/bad_redirection: Fail
47 rasta/bad_setter_initializer: Fail 47 rasta/bad_setter_initializer: Fail
48 rasta/bad_unicode: Fail 48 rasta/bad_unicode: Fail
49 rasta/breaking_bad: Fail 49 rasta/breaking_bad: Fail
50 rasta/class_hierarchy: Fail 50 rasta/class_hierarchy: Fail
51 rasta/class_member: Fail 51 rasta/class_member: Fail
52 rasta/constant_get_and_invoke: Fail 52 rasta/constant_get_and_invoke: Fail
53 rasta/deferred_lib: Fail 53 rasta/deferred_lib: Fail
54 rasta/deferred_load: Fail 54 rasta/deferred_load: Fail
55 rasta/duplicated_mixin: Fail 55 rasta/duplicated_mixin: Fail
56 rasta/export: Fail
57 rasta/foo: Fail
58 rasta/for_loop: Fail 56 rasta/for_loop: Fail
59 rasta/generic_factory: Fail 57 rasta/generic_factory: Fail
60 rasta/issue_000001: Fail 58 rasta/issue_000001: Fail
61 rasta/issue_000031: Fail 59 rasta/issue_000031: Fail
62 rasta/issue_000032: Fail 60 rasta/issue_000032: Fail
63 rasta/issue_000034: Fail 61 rasta/issue_000034: Fail
64 rasta/issue_000035: Fail 62 rasta/issue_000035: Fail
65 rasta/issue_000035a: Fail 63 rasta/issue_000035a: Fail
66 rasta/issue_000036: Fail 64 rasta/issue_000036: Fail
67 rasta/issue_000039: Fail 65 rasta/issue_000039: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 regress/issue_29975: Fail # Issue 29975. 98 regress/issue_29975: Fail # Issue 29975.
101 regress/issue_29976: RuntimeError 99 regress/issue_29976: RuntimeError
102 regress/issue_29977: Crash # Issue 29977. 100 regress/issue_29977: Crash # Issue 29977.
103 regress/issue_29980: Crash # Issue 29980. 101 regress/issue_29980: Crash # Issue 29980.
104 regress/issue_29981: Crash # Issue 29981. 102 regress/issue_29981: Crash # Issue 29981.
105 regress/issue_29982: RuntimeError 103 regress/issue_29982: RuntimeError
106 regress/issue_29983: Crash # Issue 29983. 104 regress/issue_29983: Crash # Issue 29983.
107 regress/issue_29984: Crash # Issue 29984. 105 regress/issue_29984: Crash # Issue 29984.
108 regress/issue_29985: Crash # Issue 29985. 106 regress/issue_29985: Crash # Issue 29985.
109 regress/issue_29987: Crash # Issue 29987. 107 regress/issue_29987: Crash # Issue 29987.
108
109 ambiguous_exports: RuntimeError # Expected, this file exports two main methods.
110 rasta/export: RuntimeError # Expected, this file has no main method.
111 rasta/foo: RuntimeError # Expected, this file has no main method.
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/ambiguous_exports.dart.strong.expect ('k') | pkg/front_end/testcases/export_main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698