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

Unified Diff: tests/co19/co19-runtime.status

Issue 3003583002: [VM, Precompiler] PoC Obfuscator (Closed)
Patch Set: Fix bad refactoring in NewAtomicRename Created 3 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 | « runtime/vm/raw_object.h ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index c74d6b2e12e0bf809ee79077203404b59de2d735..4ca07a972e51b6942e048f0081cfebbb3c4fba55 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -390,3 +390,8 @@ Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeError
+# Obfuscated mode expectations
+[ $runtime == dart_precompiled && $minified ]
+Language/Enums/declaration_equivalent_t01: Skip # Enum.toString is obfuscated.
+Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_such_method_t01: Skip # Uses new Symbol() instead of const Symbol()
+LibTest/core/Symbol/Symbol_A01_t01: Skip # Uses new Symbol()
« no previous file with comments | « runtime/vm/raw_object.h ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698