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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # These tests are timing dependent and should be non-flaky once the fix for 6 # These tests are timing dependent and should be non-flaky once the fix for
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. 7 # https://github.com/dart-lang/co19/issues/86 is merged into master.
8 # (They are skipped on $runtime == pre_compiled below.) 8 # (They are skipped on $runtime == pre_compiled below.)
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 Language/Types/Static_Types/malformed_type_t02: CompileTimeError 383 Language/Types/Static_Types/malformed_type_t02: CompileTimeError
384 Language/Types/Static_Types/malformed_type_t03: CompileTimeError 384 Language/Types/Static_Types/malformed_type_t03: CompileTimeError
385 Language/Types/Static_Types/malformed_type_t04: CompileTimeError 385 Language/Types/Static_Types/malformed_type_t04: CompileTimeError
386 Language/Types/Static_Types/malformed_type_t05: CompileTimeError 386 Language/Types/Static_Types/malformed_type_t05: CompileTimeError
387 Language/Types/Static_Types/malformed_type_t06: CompileTimeError 387 Language/Types/Static_Types/malformed_type_t06: CompileTimeError
388 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError 388 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError
389 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError 389 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
390 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError 390 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
391 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror 391 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror
392 392
393 # Obfuscated mode expectations
394 [ $runtime == dart_precompiled && $minified ]
395 Language/Enums/declaration_equivalent_t01: Skip # Enum.toString is obfuscated.
396 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: Skip # Uses new Symbol() instead of const Symbol()
397 LibTest/core/Symbol/Symbol_A01_t01: Skip # Uses new Symbol()
OLDNEW
« 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