You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Writes the test results to a results.json file in the passed-in output directory.
13
-
#The test results are formatted according to the specifications at https://github.com/exercism/docs/blob/main/building/tooling/test-runners/interface.md
12
+
# Writes a v2 results.json to the output directory, per
"message": "0 failed, 0 passed, 1 to go.\n/opt/test-runner/tests/empty-file/test.fut:\nCompiling with --backend=c:\nError at /opt/test-runner/tests/empty-file/test.fut:19:3-10:\nUnknown name \"is_leap\"\nIf you find this error message confusing, uninformative, or wrong, please open an issue:\n https://github.com/diku-dk/futhark/issues\n\n0/1 passed."
2
+
"version": 2,
3
+
"status": "error",
4
+
"message": "0 failed, 0 passed, 1 to go.\ntest.fut:\nCompiling with --backend=c:\nError at test.fut:19:3-10:\nUnknown name \"is_leap\"\nIf you find this error message confusing, uninformative, or wrong, please open an issue:\n https://github.com/diku-dk/futhark/issues\n\n0/1 passed."
"message": "0 failed, 0 passed, 1 to go.\n/opt/test-runner/tests/syntax-error/test.fut:\nCompiling with --backend=c:\nError at /opt/test-runner/tests/syntax-error/syntax_error.fut:1:12-13:\nUnexpected token: '#'\nExpected one of the following:\n\nIf you find this error message confusing, uninformative, or wrong, please open an issue:\n https://github.com/diku-dk/futhark/issues\n\n0/1 passed."
2
+
"version": 2,
3
+
"status": "error",
4
+
"message": "0 failed, 0 passed, 1 to go.\ntest.fut:\nCompiling with --backend=c:\nError at syntax_error.fut:1:12-13:\nUnexpected token: '#'\nExpected one of the following:\n\nIf you find this error message confusing, uninformative, or wrong, please open an issue:\n https://github.com/diku-dk/futhark/issues\n\n0/1 passed."
0 commit comments