[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix standalone/io/test_extension_test on SIMDBC64.
Browse files Browse the repository at this point in the history
BUG=#27480
R=zra@google.com

Review URL: https://codereview.chromium.org/2403443004 .
  • Loading branch information
fsc8000 committed Oct 7, 2016
1 parent ad32e93 commit 4d977fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions tests/standalone/io/test_extension_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ String getArchFromBuildDir(String buildDirectory) {
if (buildDirectory.endsWith('SIMARM')) return '';
if (buildDirectory.endsWith('SIMARM64')) return '';
if (buildDirectory.endsWith('SIMDBC')) return '';
if (buildDirectory.endsWith('SIMDBC64')) return '';
if (buildDirectory.endsWith('SIMMIPS')) return '';
if (buildDirectory.endsWith('ARM')) return '-arm';
if (buildDirectory.endsWith('ARM64')) return '-arm64';
Expand Down
3 changes: 0 additions & 3 deletions tests/standalone/standalone.status
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ package/scenarios/packages_option_only/packages_option_only_test: Skip
# TODO(vegorov) SIMDBC interpreter doesn't support coverage yet.
full_coverage_test: Skip

[ $arch == simdbc64 ]
io/test_extension_test: Fail # Issue #27480

# SIMDBC interpreter doesn't support lazy linking of natives.
link_natives_lazily_test: SkipByDesign

Expand Down

0 comments on commit 4d977fd

Please sign in to comment.