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

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

Issue 2948273002: Correctly set root_library based on the application script URI instead of looking for the library t… (Closed)
Patch Set: Integrate cl from Siggi for front end change to not require a 'main' method when using the memory f… Created 3 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
« no previous file with comments | « runtime/vm/unit_test.cc ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dartk && $mode == debug ] 5 [ $compiler == dartk && $mode == debug ]
6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash 6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
7 7
8 [ $compiler == dartk || $compiler == dartkp ] 8 [ $compiler == dartk || $compiler == dartkp ]
9 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: RuntimeError # Issue 29989
9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code. 10 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code.
10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code. 11 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code.
11 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code. 12 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
12 Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code. 13 Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code.
13 Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code. 14 Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code.
14 Language/Statements/For/syntax_t09: MissingCompileTimeError # Test bug: Test doe sn't execute erroneous code. 15 Language/Statements/For/syntax_t09: MissingCompileTimeError # Test bug: Test doe sn't execute erroneous code.
15 Language/Statements/For/syntax_t16: MissingCompileTimeError # Test bug: Test doe sn't execute erroneous code. 16 Language/Statements/For/syntax_t16: MissingCompileTimeError # Test bug: Test doe sn't execute erroneous code.
16 17
17 Language/Overview/Scoping/conflicting_names_t38: DartkCrash # Fasta bug: Bad err or recovery. 18 Language/Overview/Scoping/conflicting_names_t38: DartkCrash # Fasta bug: Bad err or recovery.
18 19
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 Language/Statements/Switch/execution_t01: RuntimeError 216 Language/Statements/Switch/execution_t01: RuntimeError
216 Language/Statements/Switch/type_t01: RuntimeError 217 Language/Statements/Switch/type_t01: RuntimeError
217 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError 218 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError
218 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError 219 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError
219 Language/Types/Static_Types/malformed_type_t04: RuntimeError 220 Language/Types/Static_Types/malformed_type_t04: RuntimeError
220 221
221 # Deferred loading kernel issue 28335. 222 # Deferred loading kernel issue 28335.
222 [ $compiler == dartk || $compiler == dartkp ] 223 [ $compiler == dartk || $compiler == dartkp ]
223 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 224 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
224 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 225 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « runtime/vm/unit_test.cc ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698