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