Avatar
Avatar
norio_nomura
@swift-main@swift-6.1-dev @swift-6.0.3 testing time wasi @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" }
swiftNightly BOT 3/23/2025 8:02 AM
-- Command being timed: swiftc 0.43user 0.43system 0:07.13elapsed 12%CPU (0text+0data 165044max)k 433728inputs+21848outputs (1797major+49522minor)pagefaults 0swaps -- ◇ Test run started. ↳ Testing Library Version: 6.2-dev (6bc562dc3baa219) ↳ 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.195017004 seconds with 1 issue. ✘ Test run with 1 test failed after 0.29948406 seconds with 1 issue. Command exited with non-zero status 1 -- Command being timed: wasmkit-cli 0.19user 0.04system 0:01.69elapsed 14%CPU (0text+0data 44808max)k 19000inputs+0outputs (60major+11182minor)pagefaults 0swaps --