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

Unified Diff: tests/standalone/standalone.status

Issue 1298323002: Add more tests for .packages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tests/standalone/package/scenarios/packages_file_strange_formatting/target_with_colon_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index b7f451865a3d6651e9f75882842cd75651831e20..9b3acb9a469b2b83d8537409b708ea70d231f523 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -8,6 +8,10 @@
# prefix.
package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
+package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally
+package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally
+package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally
+package/scenarios/invalid/*: Fail, OK # CompileTimeErrors intentionally
issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
@@ -16,6 +20,7 @@ javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o
[ $runtime == vm ]
package/package_isolate_test: Fail # Issue 12474
io/observatory_test: Fail
+package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119
[ $runtime == vm && $checked ]
# These tests have type errors on purpose.
@@ -95,6 +100,10 @@ javascript_compatibility_errors_test: Skip
javascript_compatibility_warnings_test: Skip
unboxed_int_converter_test: Skip
pair_location_remapping_test: Skip
+package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24118
+package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24120
+package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24121
+package/scenarios/invalid/same_package_twice_test: Crash # Issue 24122
[ $compiler == dart2js && $jscl ]
assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.
@@ -162,6 +171,11 @@ package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError
package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError
package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: CompileTimeError
+package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24123
+package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24127
+package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24125
+package/scenarios/invalid/same_package_twice_test: Crash # Issue 24124
+package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash # Issue 24126
[ $system == windows ]
io/skipping_dart2js_compilations_test: Fail # Issue 19551.
« no previous file with comments | « tests/standalone/package/scenarios/packages_file_strange_formatting/target_with_colon_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698