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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 3001113002: Fix typevariable_substitution2_test (Closed)
Patch Set: Created 3 years, 4 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 | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_vm.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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 class_literal_test/20: MissingCompileTimeError 98 class_literal_test/20: MissingCompileTimeError
99 class_literal_test/21: MissingCompileTimeError 99 class_literal_test/21: MissingCompileTimeError
100 class_literal_test/22: MissingCompileTimeError 100 class_literal_test/22: MissingCompileTimeError
101 class_literal_test/23: MissingCompileTimeError 101 class_literal_test/23: MissingCompileTimeError
102 class_literal_test/24: MissingCompileTimeError 102 class_literal_test/24: MissingCompileTimeError
103 class_literal_test/25: MissingCompileTimeError 103 class_literal_test/25: MissingCompileTimeError
104 generic_constructor_mixin_test/01: MissingCompileTimeError 104 generic_constructor_mixin_test/01: MissingCompileTimeError
105 generic_constructor_mixin2_test/01: MissingCompileTimeError 105 generic_constructor_mixin2_test/01: MissingCompileTimeError
106 generic_constructor_mixin3_test/01: MissingCompileTimeError 106 generic_constructor_mixin3_test/01: MissingCompileTimeError
107 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 107 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
108 typevariable_substitution2_test/02: MissingCompileTimeError
109 108
110 [ $compiler == dart2js && $runtime != none ] 109 [ $compiler == dart2js && $runtime != none ]
111 bit_operations_test: RuntimeError, OK # Issue 1533 110 bit_operations_test: RuntimeError, OK # Issue 1533
112 111
113 [ $compiler == dart2js && ! $dart2js_with_kernel ] 112 [ $compiler == dart2js && ! $dart2js_with_kernel ]
114 accessor_conflict_export2_test: Crash # Issue 25626 113 accessor_conflict_export2_test: Crash # Issue 25626
115 accessor_conflict_export_test: Crash # Issue 25626 114 accessor_conflict_export_test: Crash # Issue 25626
116 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 115 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
117 assertion_initializer_const_error2_test/cc01: Crash 116 assertion_initializer_const_error2_test/cc01: Crash
118 assertion_initializer_const_error2_test/cc02: Crash 117 assertion_initializer_const_error2_test/cc02: Crash
(...skipping 13 matching lines...) Expand all
132 131
133 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 132 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
134 accessor_conflict_import2_test: RuntimeError # Issue 25626 133 accessor_conflict_import2_test: RuntimeError # Issue 25626
135 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 134 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
136 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 135 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
137 accessor_conflict_import_test: RuntimeError # Issue 25626 136 accessor_conflict_import_test: RuntimeError # Issue 25626
138 branch_canonicalization_test: RuntimeError # Issue 638. 137 branch_canonicalization_test: RuntimeError # Issue 638.
139 138
140 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 139 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
141 assertion_test: RuntimeError # Issue 12748 140 assertion_test: RuntimeError # Issue 12748
141 typevariable_substitution2_test/02: RuntimeError
142 142
143 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] 143 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
144 abstract_beats_arguments_test: RuntimeError # Issue 27394 144 abstract_beats_arguments_test: RuntimeError # Issue 27394
145 abstract_runtime_error_test/01: RuntimeError # Issue 27394 145 abstract_runtime_error_test/01: RuntimeError # Issue 27394
146 abstract_runtime_error_test/02: RuntimeError # Issue 27394 146 abstract_runtime_error_test/02: RuntimeError # Issue 27394
147 arithmetic_canonicalization_test: RuntimeError # Issue 27394 147 arithmetic_canonicalization_test: RuntimeError # Issue 27394
148 assertion_initializer_const_error_test/01: Crash 148 assertion_initializer_const_error_test/01: Crash
149 assertion_initializer_const_function_test/01: Crash 149 assertion_initializer_const_function_test/01: Crash
150 assign_top_method_test/01: Crash # Issue 27394 150 assign_top_method_test/01: Crash # Issue 27394
151 async_await_syntax_test/a04b: Crash # Issue 27394 151 async_await_syntax_test/a04b: Crash # Issue 27394
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 function_type/function_type55_test: Crash # Issue 27394 1018 function_type/function_type55_test: Crash # Issue 27394
1019 function_type/function_type62_test: Crash # Issue 27394 1019 function_type/function_type62_test: Crash # Issue 27394
1020 function_type/function_type63_test: Crash # Issue 27394 1020 function_type/function_type63_test: Crash # Issue 27394
1021 function_type/function_type6_test: Crash # Issue 27394 1021 function_type/function_type6_test: Crash # Issue 27394
1022 function_type/function_type7_test: Crash # Issue 27394 1022 function_type/function_type7_test: Crash # Issue 27394
1023 function_type/function_type98_test: Crash # Issue 27394 1023 function_type/function_type98_test: Crash # Issue 27394
1024 function_type/function_type99_test: Crash # Issue 27394 1024 function_type/function_type99_test: Crash # Issue 27394
1025 1025
1026 [ $compiler == dart2js && $runtime == safarimobilesim ] 1026 [ $compiler == dart2js && $runtime == safarimobilesim ]
1027 call_through_getter_test: Fail, OK 1027 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698