From 98e2c6c837a3905a247d07615541ddc7f1971a77 Mon Sep 17 00:00:00 2001 From: Scarlet Date: Tue, 17 Dec 2024 12:03:26 +0900 Subject: [PATCH] Update test-oss-korea-2023.json --- data/test-oss-korea-2023.json | 64 +++++++++++++++++------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/data/test-oss-korea-2023.json b/data/test-oss-korea-2023.json index be21fe2..3b40491 100644 --- a/data/test-oss-korea-2023.json +++ b/data/test-oss-korea-2023.json @@ -39,83 +39,83 @@ "tests": [ { "id": "es5_polyfills", - "description": "ES5 수준 이상의 폴리필(Polyfill) 성공 여부 (Windows 내장 엔진에서 ES5 수준 이상의 폴리필 수행)", - "tags": ["Javascript 엔진", "ECMAScript Polyfills"] + "description": "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"] }, { "id": "registry_find_provider", - "description": "레지스트리 제공자 찾기", - "tags": ["Windows 시스템", "레지스트리(Registry) 제어"] + "description": "Search registry provider", + "tags": ["Windows system", "Control Registry"] }, { "id": "registry_write", - "description": "레지스트리 쓰기", - "tags": ["Windows 시스템", "레지스트리(Registry) 제어"] + "description": "writing Registry", + "tags": ["Windows system", "control Registry"] }, { "id": "registry_read", - "description": "레지스트리 읽기", - "tags": ["Windows 시스템", "레지스트리(Registry) 제어"] + "description": "reading Registry", + "tags": ["Windows system", "control Registry"] }, { "id": "wmi_create_object", - "description": "WMI 오브젝트 생성", - "tags": ["Windows 시스템", "WMI(Windows Management Instrumentation) 제어"] + "description": "create WMI object", + "tags": ["Windows system", "control WMI(Windows Management Instrumentation) "] }, { "id": "wmi_execute_query", - "description": "WMI 쿼리 실행", - "tags": ["Windows 시스템", "WMI(Windows Management Instrumentation) 제어"] + "description": "executing WMI query", + "tags": ["Windows system", "control WMI(Windows Management Instrumentation) "] }, { "id": "wmi_result_query", - "description": "WMI 쿼리 결과", - "tags": ["Windows 시스템", "WMI(Windows Management Instrumentation) 제어"] + "description": "result of WMI query", + "tags": ["Windows system", "control WMI(Windows Management Instrumentation) "] }, { "id": "shell_create_object", - "description": "쉘(Shell) 오브젝트 생성", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "create Shell object", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_build_command_line", - "description": "명령 행 빌드 (입력: Array Object, 출력: Unescaped Command String)", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "building command line (input: Array Object, output: Unescaped Command String)", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_set_charset", - "description": "문자셋(Charset) 설정", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "set Charset", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_working_directory", - "description": "작업 디렉토리(Working Directory) 설정", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "set Working Directory", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_create_process", - "description": "프로세스 생성", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "creating process", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_execute", - "description": "쉘 명령어 실행 (결과(stdout, stderr)를 수신)", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "execute shell command (receive results(stdout, stderr))", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_run", - "description": "쉘 명령어 실행 (결과와 무관하게 fork)", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "run shell command (fork)regardless of result", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_run_as", - "description": "쉘 명령어 실행 (관리자 권한으로 실행)", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "run shell command (run with administrator's authority)", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_find_my_documents", - "description": "내 문서(My Documents) 위치 가져오기", - "tags": ["Windows 시스템", "Windows 쉘(Shell)"] + "description": "bring (My Documents) location", + "tags": ["Windows system", "Windows Shell"] }, { "id": "shell_release",