- "message": "1/9 test_example_all_fail.test.year not divisible by 4 in common year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:7:5: <MEMHASH>6 in test.year not divisible by 4 in common year (test)\n try testing.expect(!leap.leap(2015));\n ^\n2/9 test_example_all_fail.test.year divisible by 2, not divisible by 4 in common year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:11:5: <MEMHASH>6 in test.year divisible by 2, not divisible by 4 in common year (test)\n try testing.expect(!leap.leap(1970));\n ^\n3/9 test_example_all_fail.test.year divisible by 4, not divisible by 100 in leap year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:15:5: <MEMHASH>4 in test.year divisible by 4, not divisible by 100 in leap year (test)\n try testing.expect(leap.leap(1996));\n ^\n4/9 test_example_all_fail.test.year divisible by 4 and 5 is still a leap year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:19:5: <MEMHASH>4 in test.year divisible by 4 and 5 is still a leap year (test)\n try testing.expect(leap.leap(1960));\n ^\n5/9 test_example_all_fail.test.year divisible by 100, not divisible by 400 in common year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:23:5: <MEMHASH>6 in test.year divisible by 100, not divisible by 400 in common year (test)\n try testing.expect(!leap.leap(2100));\n ^\n6/9 test_example_all_fail.test.year divisible by 100 but not by 3 is still not a leap year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:27:5: <MEMHASH>6 in test.year divisible by 100 but not by 3 is still not a leap year (test)\n try testing.expect(!leap.leap(1900));\n ^\n7/9 test_example_all_fail.test.year divisible by 400 is leap year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:31:5: <MEMHASH>4 in test.year divisible by 400 is leap year (test)\n try testing.expect(leap.leap(2000));\n ^\n8/9 test_example_all_fail.test.year divisible by 400 but not by 125 is still a leap year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:35:5: <MEMHASH>4 in test.year divisible by 400 but not by 125 is still a leap year (test)\n try testing.expect(leap.leap(2400));\n ^\n9/9 test_example_all_fail.test.year divisible by 200, not divisible by 400 in common year...FAIL (TestUnexpectedResult)\n/opt/zig/lib/std/testing.zig:540:14: <MEMHASH>f in expect (test)\n if (!ok) return error.TestUnexpectedResult;\n ^\n/tmp/exercism-zig-test-runner/example-all-fail/test_example_all_fail.zig:39:5: <MEMHASH>6 in test.year divisible by 200, not divisible by 400 in common year (test)\n try testing.expect(!leap.leap(1800));\n ^\n0 passed; 0 skipped; 9 failed."
0 commit comments