Sync expected successful tests on AArch64 (#1581)

* Sync expected successful tests on AArch64

Fixes CI for recent merges which have fixed features on AArch64!

* Enable more passing tests
This commit is contained in:
Alex Crichton
2020-04-22 17:43:59 -05:00
committed by GitHub
parent 2f1a2f4225
commit d8920c0125
3 changed files with 1 additions and 16 deletions

View File

@@ -200,10 +200,6 @@ mod wasi_tests {
if #[cfg(not(windows))] {
/// Ignore tests that aren't supported yet.
fn ignore(testsuite: &str, name: &str) -> bool {
let target = env::var("TARGET").unwrap();
if target.contains("aarch64") {
return true; // FIXME(#1521)
}
if testsuite == "wasi-tests" {
match name {
// TODO: virtfs files cannot be poll_oneoff'd yet