We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d722ef1 commit da36bc9Copy full SHA for da36bc9
Tests/FuzzilliTests/WasmTests.swift
@@ -1769,6 +1769,11 @@ class WasmFoundationTests: XCTestCase {
1769
}
1770
1771
func testWasmSimd128() throws {
1772
+ #if arch(arm64)
1773
+ // TODO(mdanylo): Investigate and adapt the expectations if behavior is correct.
1774
+ throw XCTSkip("Relaxed SIMD tests currently failing on arm64, skipping")
1775
+ #endif
1776
+
1777
let runner = try GetJavaScriptExecutorOrSkipTest()
1778
let liveTestConfig = Configuration(logLevel: .error, enableInspection: true)
1779
let fuzzer = makeMockFuzzer(config: liveTestConfig, environment: JavaScriptEnvironment())
0 commit comments