Skip to content

Commit

Permalink
Update dart2js status file for recently added test.
Browse files Browse the repository at this point in the history
  • Loading branch information
crelier committed Sep 13, 2016
1 parent e2d2692 commit 69a66ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/language/language_dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ vm/reflect_core_vm_test: Fail # mirrors not supported

[ $compiler == dart2js && $fast_startup && $checked ]
generic_local_functions_test: Fail # reified type for generic function not generated correctly
generic_methods_generic_function_parameter_test: Fail # reified type for generic function not generated correctly

[ $compiler == dart2js && $runtime == jsshell ]
await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
Expand All @@ -84,6 +85,7 @@ generic_sends_test: CompileTimeError # DartOptions not passed to compiler.
generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler.
generic_methods_function_type_test: CompiletimeError # DartOptions not passed to compiler.
generic_methods_type_expression_test: CompiletimeError # DartOptions not passed to compiler.
generic_methods_generic_function_parameter_test: CompiletimeError # DartOptions not passed to compiler.

# Experimental feature: Use initializing formals in initializers and constructor body.
initializing_formal_access_test: CompiletimeError # DartOptions not passed to compiler.
Expand Down

0 comments on commit 69a66ef

Please sign in to comment.