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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user