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

Side by Side Diff: pkg/front_end/test/fasta/kompile.status

Issue 2904203003: Don't recreate CoreTypes in transformers. Pass it in. (Closed)
Patch Set: Create CoreTypes in AnalyzerLoader. Created 3 years, 6 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 kompile_test.dart (notice k, not c) test suite. This is 5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
6 # testing generating Analyzer ASTs, that is, code in 6 # testing generating Analyzer ASTs, that is, code in
7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
8 # there are many crashes. 8 # there are many crashes.
9 9
10 DeltaBlue: Crash 10 DeltaBlue: Crash
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 rasta/switch_fall_through: Fail 404 rasta/switch_fall_through: Fail
405 rasta/this_invoke: Crash 405 rasta/this_invoke: Crash
406 rasta/try_label: Crash 406 rasta/try_label: Crash
407 rasta/type_literals: Crash 407 rasta/type_literals: Crash
408 rasta/type_with_parse_error: Fail 408 rasta/type_with_parse_error: Fail
409 rasta/typedef: Crash 409 rasta/typedef: Crash
410 rasta/unresolved: Fail 410 rasta/unresolved: Fail
411 rasta/unresolved_constructor: Crash 411 rasta/unresolved_constructor: Crash
412 rasta/unresolved_for_in: Crash 412 rasta/unresolved_for_in: Crash
413 rasta/unresolved_recovery: Fail 413 rasta/unresolved_recovery: Fail
414 rasta/unsupported_platform_library: Fail 414 rasta/unsupported_platform_library: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698