| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 485cecef7981a8f3467e9892a17a99e9911ba1a4..cb35c57aa97df93382516747c512f11afacc20c6 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -106,6 +106,9 @@ main_test/04: Fail # http://dartbug.com/20028
|
| main_test/05: Fail # http://dartbug.com/20028
|
| main_test/21: Fail # http://dartbug.com/20028
|
| main_test/42: Fail # http://dartbug.com/20028
|
| +compile_time_constant_c_test: Fail # Issue 21000
|
| +compile_time_constant12_test: Fail # Issue 21000
|
| +
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| disassemble_test: Pass, Fail # Issue 18122
|
| @@ -121,4 +124,6 @@ large_class_declaration_test: Skip # Times out. Issue 20352
|
| [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ]
|
| large_class_declaration_test: Skip # Times out. Issue 20352
|
|
|
| +[ $compiler == none && $runtime == ContentShellOnAndroid ]
|
| +gc_test: Skip # Times out flakily. Issue 20956
|
|
|
|
|