| OLD | NEW |
| 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 || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
| 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError | 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError |
| 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError | 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError |
| 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin
gCompileTimeError | 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin
gCompileTimeError |
| 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin
gCompileTimeError | 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin
gCompileTimeError |
| 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr
ror | 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr
ror |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 Language/Variables/local_variable_t01: MissingCompileTimeError | 228 Language/Variables/local_variable_t01: MissingCompileTimeError |
| 229 Language/Variables/local_variable_t04: MissingCompileTimeError | 229 Language/Variables/local_variable_t04: MissingCompileTimeError |
| 230 Language/Variables/local_variable_t05: MissingCompileTimeError | 230 Language/Variables/local_variable_t05: MissingCompileTimeError |
| 231 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. | 231 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. |
| 232 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip | 232 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip |
| 233 | 233 |
| 234 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 234 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 235 Language/Classes/Instance_Variables/constant_t01: Crash | 235 Language/Classes/Instance_Variables/constant_t01: Crash |
| 236 Language/Statements/Labels/scope_t01: Crash | 236 Language/Statements/Labels/scope_t01: Crash |
| 237 Language/Statements/Labels/scope_t07: Crash | 237 Language/Statements/Labels/scope_t07: Crash |
| 238 Language/Statements/Switch/syntax_t16: Crash | |
| 239 Language/Statements/Switch/syntax_t17: Crash | |
| 240 | 238 |
| 241 # dartk: JIT failures | 239 # dartk: JIT failures |
| 242 [ $compiler == dartk ] | 240 [ $compiler == dartk ] |
| 243 Language/Classes/Getters/syntax_t06: MissingCompileTimeError | 241 Language/Classes/Getters/syntax_t06: MissingCompileTimeError |
| 244 Language/Classes/Setters/parameter_t05: MissingCompileTimeError | 242 Language/Classes/Setters/parameter_t05: MissingCompileTimeError |
| 245 Language/Classes/Setters/parameter_t07: MissingCompileTimeError | 243 Language/Classes/Setters/parameter_t07: MissingCompileTimeError |
| 246 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError | 244 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError |
| 247 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError | 245 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError |
| 248 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError | 246 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError |
| 249 Language/Expressions/Object_Identity/string_t01: RuntimeError | 247 Language/Expressions/Object_Identity/string_t01: RuntimeError |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError | 316 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError |
| 319 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError | 317 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError |
| 320 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError | 318 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError |
| 321 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError | 319 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError |
| 322 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError | 320 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError |
| 323 | 321 |
| 324 # Deferred loading kernel issue 28335. | 322 # Deferred loading kernel issue 28335. |
| 325 [ $compiler == dartk || $compiler == dartkp ] | 323 [ $compiler == dartk || $compiler == dartkp ] |
| 326 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. | 324 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. |
| 327 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. | 325 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. |
| OLD | NEW |