fix: new fields in test cases

This commit is contained in:
张泊明518370910136 2025-05-30 06:44:13 -04:00
parent caaa07187a
commit d4b84d30e5
8 changed files with 103 additions and 38 deletions

View File

@ -167,12 +167,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
},
{
@ -275,12 +280,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stdout"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]
@ -403,12 +413,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stdout"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]
@ -516,12 +531,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
},
{
@ -654,12 +674,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]
@ -735,12 +760,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": true,
"showRuntime": true,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": true,
"showMemory": true
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -125,12 +125,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stdout"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -95,12 +95,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -97,12 +97,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -280,12 +280,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": true,
"showRuntime": true,
"showFiles": [
"stderr"
],
"showExitStatus": true,
"showRuntime": true,
"showMemory": true
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -107,10 +107,15 @@
"with": {
"score": 0,
"comment": "",
"showFiles": [],
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showMemory": false
"showFiles": [],
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -94,12 +94,17 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stdout"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]

View File

@ -75,13 +75,18 @@
"with": {
"score": 0,
"comment": "",
"showExxecutorStatus": true,
"showExitStatus": true,
"showError": false,
"showTime": true,
"showMemory": false,
"showRuntime": false,
"showFiles": [
"stdout",
"stderr"
],
"showExitStatus": true,
"showRuntime": false,
"showMemory": false
"filesInCodeBlock": true,
"maxFileLength": 2048
}
}
]