Don't run tests depending on member names when obfuscated.

Bug: http://dartbug.com/41771
Change-Id: I1f4a7d4900e225ca05bb445db0e22e85a71f8723
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146582
Reviewed-by: Tess Strickland <sstrickl@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
This commit is contained in:
Lasse Reichstein Holst Nielsen 2020-05-05 12:46:54 +00:00 committed by commit-bot@chromium.org
parent c01f9fb8a9
commit 7bb38670d2
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,9 @@ io/socket_info_ipv6_test: SkipByDesign
io/socket_ipv6_test: SkipByDesign
io/socket_source_address_test: SkipByDesign
[ $builder_tag == obfuscated ]
no_such_method_error_with_invocation_test: SkipByDesign # Checks the member names in the NSM error message.
[ $compiler == dart2analyzer ]
deferred_transitive_import_error_test: Skip

View file

@ -24,6 +24,9 @@ io/socket_info_ipv6_test: SkipByDesign
io/socket_ipv6_test: SkipByDesign
io/socket_source_address_test: SkipByDesign
[ $builder_tag == obfuscated ]
no_such_method_error_with_invocation_test: SkipByDesign # Checks the member names in the NSM error message.
[ $compiler == dart2analyzer ]
deferred_transitive_import_error_test: Skip