Avatar
Avatar
norio_nomura
@swift-main@swift-6.1.2 @swift-6.0.3 testing time wasi @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" }
wasm-ld: warning: /home/bot/.swiftpm/swift-sdks/swift-wasm-6.1-SNAPSHOT-2025-03-12-a-wasm32-unknown-wasi.artifactbundle/6.1-SNAPSHOT-2025-03-12-a-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libTesting.a: archive member 'Testing.autolink' is neither Wasm object file nor LLVM bitcode -- Command being timed: swiftc 0.57user 0.22system 0:05.30elapsed 14%CPU (0text+0data 161440max)k 2504inputs+21624outputs (16major+49104minor)pagefaults 0swaps -- ◇ Test run started. ↳ Testing Library Version: 6.1 (43b6f88e2f2712e) ↳ Target Platform: wasm32-unknown-wasi ◇ Test helloWorld() started. ✘ Test helloWorld() recorded an issue at <stdin>:4:3: Expectation failed: (greeting → "Hello, world!") == "Hello" ✘ Test helloWorld() failed after 0.290507697 seconds with 1 issue. ✘ Test run with 1 test failed after 0.399113294 seconds with 1 issue. Command exited with non-zero status 1 -- Command being timed: wasmkit-cli 0.20user 0.03system 0:01.60elapsed 14%CPU (0text+0data 45724max)k 0inputs+0outputs (0major+11093minor)pagefaults 0swaps --