Compare commits
No commits in common. "sample/error" and "master" have entirely different histories.
sample/err
...
master
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
joj3_result.json
|
|
57
conf.json
57
conf.json
|
@ -1,57 +0,0 @@
|
||||||
{
|
|
||||||
"stage": {
|
|
||||||
"stages": [
|
|
||||||
{
|
|
||||||
"name": "sample",
|
|
||||||
"executor": {
|
|
||||||
"name": "sandbox",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"args": [
|
|
||||||
"./sample",
|
|
||||||
"--score",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"PATH=/usr/bin:/bin"
|
|
||||||
],
|
|
||||||
"cpuLimit": 10000000000,
|
|
||||||
"memoryLimit": 104857600,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyIn": {
|
|
||||||
"sample": {
|
|
||||||
"src": "./../../../../../../build/sample"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"stdin": {
|
|
||||||
"content": ""
|
|
||||||
},
|
|
||||||
"stdout": {
|
|
||||||
"name": "stdout",
|
|
||||||
"max": 4096
|
|
||||||
},
|
|
||||||
"stderr": {
|
|
||||||
"name": "stderr",
|
|
||||||
"max": 4096
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "sample",
|
|
||||||
"with": {
|
|
||||||
"score": 10,
|
|
||||||
"comment": " + comment from toml conf"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
[{"name":"sample","results":[{"score":0,"comment":"Failed to parse result: unexpected end of JSON input"}],"force_quit":false}]
|
|
Loading…
Reference in New Issue
Block a user