Update test-oss-korea-2023.json

This commit is contained in:
Scarlet 2024-12-17 20:53:53 +09:00 committed by GitHub
parent 98e2c6c837
commit b400c8d64d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
"tests": [ "tests": [
{ {
"id": "es5_polyfills", "id": "es5_polyfills",
"description": "Whether Polyfill higher than ES5 level has successfully performed (Perform pollyfill higher than ES5 level in Windows built-in Engine)", "description": "Indicates Whether Polyfill higher than ES5 level has successfully performed (Perform pollyfill higher than ES5 level in Windows built-in Engine)",
"tags": ["Javascript engine", "ECMAScript Polyfills"] "tags": ["Javascript engine", "ECMAScript Polyfills"]
}, },
{ {
@ -119,53 +119,53 @@
}, },
{ {
"id": "shell_release", "id": "shell_release",
"description": "생성된 쉘 오브젝트 해제", "description": "release created shell object",
"tags": ["Windows 시스템", "Windows 쉘(Shell)"] "tags": ["Windows system", "Windows Shell"]
}, },
{ {
"id": "powershell_set_command", "id": "powershell_set_command",
"description": "실행할 명령(커맨드라인) 지정", "description": "Set command line",
"tags": ["Windows 시스템", "Windows 파워쉘(Powershell)"] "tags": ["Windows system", "Windows Powershell"]
}, },
{ {
"id": "powershell_set_file", "id": "powershell_set_file",
"description": "실행할 파일(*.ps1) 지정", "description": "set files(*.ps1)to run",
"tags": ["Windows 시스템", "Windows 파워쉘(Powershell)"] "tags": ["Windows system", "Windows Powershell"]
}, },
{ {
"id": "powershell_set_uri", "id": "powershell_set_uri",
"description": "URI를 이용하여 명령 지정", "description": "Use uri to set commands",
"tags": ["Windows 시스템", "Windows 파워쉘(Powershell)"] "tags": ["Windows system", "Windows Powershell"]
}, },
{ {
"id": "powershell_execute", "id": "powershell_execute",
"description": "명령 실행 (유저 모드)", "description": "Execute command (user mode)",
"tags": ["Windows 시스템", "Windows 파워쉘(Powershell)"] "tags": ["Windows system", "Windows Powershell"]
}, },
{ {
"id": "powershell_run_as", "id": "powershell_run_as",
"description": "명령 실행 (관리자 모드)", "description": "run commands (administrator mode)",
"tags": ["Windows 시스템", "Windows 파워쉘(Powershell)"] "tags": ["Windows system", "Windows Powershell"]
}, },
{ {
"id": "system_resolve_env", "id": "system_resolve_env",
"description": "환경변수 해석기(Resolver)가 환경변수를 적절히 해석하는지 확인", "description": "Check if Environmentment variables resolver resolves environment variables appropriately",
"tags": ["Windows 시스템", "시스템 정보"] "tags": ["Windows system", "system information"]
}, },
{ {
"id": "system_check_as", "id": "system_check_as",
"description": "현재 프로세스 자신이 관리자 모드인지 체크", "description": "Check if current process itself is in administrator mode",
"tags": ["Windows 시스템", "시스템 정보"] "tags": ["Windows system", "system information"]
}, },
{ {
"id": "system_get_os_version", "id": "system_get_os_version",
"description": "현재 OS 버전 불러오기", "description": "bring current OS version",
"tags": ["Windows 시스템", "시스템 정보"] "tags": ["Windows system", "system information"]
}, },
{ {
"id": "system_get_architecture", "id": "system_get_architecture",
"description": "현재 아키텍쳐 불러오기", "description": "현재 아키텍쳐 불러오기",
"tags": ["Windows 시스템", "시스템 정보"] "tags": ["Windows system", "system information"]
}, },
{ {
"id": "system_get_uuid", "id": "system_get_uuid",