|
5 | 5 | { |
6 | 6 | "name": "year not divisible by 4 in common year", |
7 | 7 | "status": "fail", |
8 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:7:5: <MEMHASH>a in test.year not divisible by 4 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(2015));\n ^" |
| 8 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:7:5: <MEMHASH> in test.year not divisible by 4 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(2015));\n ^" |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "name": "year divisible by 2, not divisible by 4 in common year", |
12 | 12 | "status": "fail", |
13 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:11:5: <MEMHASH>a in test.year divisible by 2, not divisible by 4 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(1970));\n ^" |
| 13 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:11:5: <MEMHASH> in test.year divisible by 2, not divisible by 4 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(1970));\n ^" |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "name": "year divisible by 4, not divisible by 100 in leap year", |
17 | 17 | "status": "fail", |
18 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:15:5: <MEMHASH>8 in test.year divisible by 4, not divisible by 100 in leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(1996));\n ^" |
| 18 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:15:5: <MEMHASH> in test.year divisible by 4, not divisible by 100 in leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(1996));\n ^" |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "name": "year divisible by 4 and 5 is still a leap year", |
22 | 22 | "status": "fail", |
23 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:19:5: <MEMHASH>8 in test.year divisible by 4 and 5 is still a leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(1960));\n ^" |
| 23 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:19:5: <MEMHASH> in test.year divisible by 4 and 5 is still a leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(1960));\n ^" |
24 | 24 | }, |
25 | 25 | { |
26 | 26 | "name": "year divisible by 100, not divisible by 400 in common year", |
27 | 27 | "status": "fail", |
28 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:23:5: <MEMHASH>a in test.year divisible by 100, not divisible by 400 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(2100));\n ^" |
| 28 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:23:5: <MEMHASH> in test.year divisible by 100, not divisible by 400 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(2100));\n ^" |
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "name": "year divisible by 100 but not by 3 is still not a leap year", |
32 | 32 | "status": "fail", |
33 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:27:5: <MEMHASH>a in test.year divisible by 100 but not by 3 is still not a leap year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(1900));\n ^" |
| 33 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:27:5: <MEMHASH> in test.year divisible by 100 but not by 3 is still not a leap year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(1900));\n ^" |
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "name": "year divisible by 400 is leap year", |
37 | 37 | "status": "fail", |
38 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:31:5: <MEMHASH>8 in test.year divisible by 400 is leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(2000));\n ^" |
| 38 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:31:5: <MEMHASH> in test.year divisible by 400 is leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(2000));\n ^" |
39 | 39 | }, |
40 | 40 | { |
41 | 41 | "name": "year divisible by 400 but not by 125 is still a leap year", |
42 | 42 | "status": "fail", |
43 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:35:5: <MEMHASH>8 in test.year divisible by 400 but not by 125 is still a leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(2400));\n ^" |
| 43 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:35:5: <MEMHASH> in test.year divisible by 400 but not by 125 is still a leap year (test_example_all_fail.zig)\n try testing.expect(leap.leap(2400));\n ^" |
44 | 44 | }, |
45 | 45 | { |
46 | 46 | "name": "year divisible by 200, not divisible by 400 in common year", |
47 | 47 | "status": "fail", |
48 | | - "message": "/opt/zig/lib/std/testing.zig:607:14: <MEMHASH>9 in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:39:5: <MEMHASH>a in test.year divisible by 200, not divisible by 400 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(1800));\n ^" |
| 48 | + "message": "/opt/zig/lib/std/testing.zig:615:14: <MEMHASH> in expect (std.zig)\n if (!ok) return error.TestUnexpectedResult;\n ^\ntest_example_all_fail.zig:39:5: <MEMHASH> in test.year divisible by 200, not divisible by 400 in common year (test_example_all_fail.zig)\n try testing.expect(!leap.leap(1800));\n ^" |
49 | 49 | } |
50 | 50 | ] |
51 | 51 | } |
0 commit comments