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

Unified Diff: test/browser/language_tests.js

Issue 2234343003: fix #620, infer the input files from sources (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix Created 4 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 side-by-side diff with in-line comments
Download patch
Index: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index 1b930af951e90eb0d24f6d173a2bbcd0346e82cc..64af69b041fc22b4d92a67b7a8e4128eb8f41323 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -202,6 +202,7 @@
'generic_field_mixin4_test': skip_fail,
'generic_field_mixin5_test': skip_fail,
'generic_field_mixin_test': skip_fail,
+ 'generic_instanceof_test': fail, // runtime strong mode reject
'generic_instanceof2_test': skip_fail,
'generic_is_check_test': skip_fail,
'getter_closure_execution_order_test': skip_fail,
@@ -338,7 +339,6 @@
'abstract_runtime_error_test_03_multi': notyetstrong,
'abstract_syntax_test_00_multi': notyetstrong,
'abstract_syntax_test_01_multi': notyetstrong,
- 'application_test': notyetstrong,
'argument_definition_test_01_multi': notyetstrong,
'arithmetic_test': notyetstrong,
'assign_static_type_test_01_multi': notyetstrong,
@@ -937,9 +937,6 @@
'enum_syntax_test_30_multi': notyetstrong,
'error_stacktrace_test': notyetstrong,
'example_constructor_test': notyetstrong,
- 'export_double_same_main_test': notyetstrong,
- 'export_main_override_test': notyetstrong,
- 'export_main_test': notyetstrong,
'external_test_01_multi': notyetstrong,
'external_test_02_multi': notyetstrong,
'external_test_11_multi': notyetstrong,
@@ -1118,7 +1115,6 @@
'generic_constructor_mixin_test': notyetstrong,
'generic_field_mixin6_test_01_multi': notyetstrong,
'generic_field_mixin6_test_none_multi': notyetstrong,
- 'generic_instanceof_test': notyetstrong,
'generic_list_checked_test': notyetstrong,
'generic_test': notyetstrong,
'generics_test': notyetstrong,
@@ -1157,7 +1153,6 @@
'getter_setter_in_lib_test': notyetstrong,
'getters_setters2_test_02_multi': notyetstrong,
'getters_setters2_test_03_multi': notyetstrong,
- 'hello_script_test': notyetstrong,
'hidden_import_test_01_multi': notyetstrong,
'hidden_import_test_02_multi': notyetstrong,
'identical_const_test_01_multi': notyetstrong,
@@ -1239,7 +1234,6 @@
'inferrer_this_access_test': notyetstrong,
'inline_effect_context_test': notyetstrong,
'inline_in_for_initializer_and_bailout_test': notyetstrong,
- 'inline_super_test': notyetstrong,
'inline_test_context_test': notyetstrong,
'inline_value_context_test': notyetstrong,
'inlined_throw_test': notyetstrong,
@@ -1281,7 +1275,6 @@
'keyword_type_expression_test_02_multi': notyetstrong,
'keyword_type_expression_test_03_multi': notyetstrong,
'label_test': notyetstrong,
- 'lazy_static6_test': notyetstrong,
'least_upper_bound_expansive_test_01_multi': notyetstrong,
'least_upper_bound_expansive_test_02_multi': notyetstrong,
'least_upper_bound_expansive_test_03_multi': notyetstrong,
@@ -1305,15 +1298,12 @@
'least_upper_bound_test_29_multi': notyetstrong,
'least_upper_bound_test_30_multi': notyetstrong,
'least_upper_bound_test_32_multi': notyetstrong,
- 'library1_test': notyetstrong,
'library_ambiguous_test_00_multi': notyetstrong,
'library_ambiguous_test_01_multi': notyetstrong,
'library_ambiguous_test_02_multi': notyetstrong,
'library_ambiguous_test_03_multi': notyetstrong,
'library_ambiguous_test_04_multi': notyetstrong,
'library_ambiguous_test_05_multi': notyetstrong,
- 'library_juxtaposition_test': notyetstrong,
- 'library_prefixes_test': notyetstrong,
'list_double_index_in_loop2_test': notyetstrong,
'list_double_index_in_loop_test': notyetstrong,
'list_literal1_test_01_multi': notyetstrong,
@@ -1565,8 +1555,6 @@
'mixin_type_parameters_super_extends_test': notyetstrong,
'mixin_type_parameters_super_test': notyetstrong,
'mixin_with_two_implicit_constructors_test': notyetstrong,
- 'multi_pass2_test': notyetstrong,
- 'multi_pass_test': notyetstrong,
'multiline_newline_test_01_multi': notyetstrong,
'multiline_newline_test_02_multi': notyetstrong,
'multiline_newline_test_03_multi': notyetstrong,
@@ -1754,7 +1742,6 @@
'parameter_initializer_test': notyetstrong,
'parser_quirks_test': notyetstrong,
'part2_test': notyetstrong,
- 'part_test': notyetstrong,
'positional_parameters_type_test_01_multi': notyetstrong,
'positional_parameters_type_test_02_multi': notyetstrong,
'prefix14_test': notyetstrong,
@@ -1771,7 +1758,6 @@
'prefix_identifier_reference_test_05_multi': notyetstrong,
'prefix_unqualified_invocation_test_01_multi': notyetstrong,
'prefix_unqualified_invocation_test_02_multi': notyetstrong,
- 'private2_test': notyetstrong,
'private3_test': notyetstrong,
'private_access_test_01_multi': notyetstrong,
'private_access_test_02_multi': notyetstrong,
@@ -2051,10 +2037,8 @@
'this_test_07_multi': notyetstrong,
'this_test_08_multi': notyetstrong,
'throw_expr_test': notyetstrong,
- 'top_level_entry_test': notyetstrong,
'top_level_getter_no_setter1_test_01_multi': notyetstrong,
'top_level_getter_no_setter2_test_01_multi': notyetstrong,
- 'top_level_multiple_files_test': notyetstrong,
'toplevel_collision1_test_00_multi': notyetstrong,
'toplevel_collision1_test_01_multi': notyetstrong,
'toplevel_collision1_test_02_multi': notyetstrong,
@@ -2496,7 +2480,7 @@
'package_resource_test': notyetstrong,
'print_test_01_multi': notyetstrong,
'print_test_none_multi': notyetstrong,
- 'set_test': notyetstrong,
+ 'set_test': fail, // runtime strong mode reject
'splay_tree_test': notyetstrong,
'string_base_vm_test': notyetstrong,
'string_from_environment3_test_01_multi': notyetstrong,

Powered by Google App Engine
This is Rietveld 408576698