From d5590b52c5932423b02a1d622e812b164d0a20a0 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Tue, 7 Jul 2026 14:08:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(tests):=20=E5=B0=86=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=8E=20aot=20=E7=9B=AE=E5=BD=95=E8=BF=81=E7=A7=BB=E8=87=B3?= =?UTF-8?q?=20compiler=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/{aot => compiler}/basic/preprocessor-condition-stack.phpt | 0 tests/{aot => compiler}/basic/short-option-preprocess.phpt | 0 tests/{aot => compiler}/basic/target-name-normalize.phpt | 0 tests/{aot => compiler}/functions/compiler-name-normalize.phpt | 0 tests/{aot => compiler}/functions/cpp-signature-param-parser.phpt | 0 tests/{aot => compiler}/functions/doc-comment-tags.phpt | 0 tests/{aot => compiler}/functions/docblock-param-regex.phpt | 0 tests/{aot => compiler}/functions/file-extension-classifier.phpt | 0 tests/{aot => compiler}/functions/resource-version-normalize.phpt | 0 tests/{aot => compiler}/functions/unix-link-lib-flags.phpt | 0 tests/{aot => compiler}/string_method/camel-to-snake-regex.phpt | 0 tests/{aot => compiler}/string_method/negative-string-offset.phpt | 0 tests/{aot => compiler}/type_decl/numeric-literal-classifier.phpt | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename tests/{aot => compiler}/basic/preprocessor-condition-stack.phpt (100%) rename tests/{aot => compiler}/basic/short-option-preprocess.phpt (100%) rename tests/{aot => compiler}/basic/target-name-normalize.phpt (100%) rename tests/{aot => compiler}/functions/compiler-name-normalize.phpt (100%) rename tests/{aot => compiler}/functions/cpp-signature-param-parser.phpt (100%) rename tests/{aot => compiler}/functions/doc-comment-tags.phpt (100%) rename tests/{aot => compiler}/functions/docblock-param-regex.phpt (100%) rename tests/{aot => compiler}/functions/file-extension-classifier.phpt (100%) rename tests/{aot => compiler}/functions/resource-version-normalize.phpt (100%) rename tests/{aot => compiler}/functions/unix-link-lib-flags.phpt (100%) rename tests/{aot => compiler}/string_method/camel-to-snake-regex.phpt (100%) rename tests/{aot => compiler}/string_method/negative-string-offset.phpt (100%) rename tests/{aot => compiler}/type_decl/numeric-literal-classifier.phpt (100%) diff --git a/tests/aot/basic/preprocessor-condition-stack.phpt b/tests/compiler/basic/preprocessor-condition-stack.phpt similarity index 100% rename from tests/aot/basic/preprocessor-condition-stack.phpt rename to tests/compiler/basic/preprocessor-condition-stack.phpt diff --git a/tests/aot/basic/short-option-preprocess.phpt b/tests/compiler/basic/short-option-preprocess.phpt similarity index 100% rename from tests/aot/basic/short-option-preprocess.phpt rename to tests/compiler/basic/short-option-preprocess.phpt diff --git a/tests/aot/basic/target-name-normalize.phpt b/tests/compiler/basic/target-name-normalize.phpt similarity index 100% rename from tests/aot/basic/target-name-normalize.phpt rename to tests/compiler/basic/target-name-normalize.phpt diff --git a/tests/aot/functions/compiler-name-normalize.phpt b/tests/compiler/functions/compiler-name-normalize.phpt similarity index 100% rename from tests/aot/functions/compiler-name-normalize.phpt rename to tests/compiler/functions/compiler-name-normalize.phpt diff --git a/tests/aot/functions/cpp-signature-param-parser.phpt b/tests/compiler/functions/cpp-signature-param-parser.phpt similarity index 100% rename from tests/aot/functions/cpp-signature-param-parser.phpt rename to tests/compiler/functions/cpp-signature-param-parser.phpt diff --git a/tests/aot/functions/doc-comment-tags.phpt b/tests/compiler/functions/doc-comment-tags.phpt similarity index 100% rename from tests/aot/functions/doc-comment-tags.phpt rename to tests/compiler/functions/doc-comment-tags.phpt diff --git a/tests/aot/functions/docblock-param-regex.phpt b/tests/compiler/functions/docblock-param-regex.phpt similarity index 100% rename from tests/aot/functions/docblock-param-regex.phpt rename to tests/compiler/functions/docblock-param-regex.phpt diff --git a/tests/aot/functions/file-extension-classifier.phpt b/tests/compiler/functions/file-extension-classifier.phpt similarity index 100% rename from tests/aot/functions/file-extension-classifier.phpt rename to tests/compiler/functions/file-extension-classifier.phpt diff --git a/tests/aot/functions/resource-version-normalize.phpt b/tests/compiler/functions/resource-version-normalize.phpt similarity index 100% rename from tests/aot/functions/resource-version-normalize.phpt rename to tests/compiler/functions/resource-version-normalize.phpt diff --git a/tests/aot/functions/unix-link-lib-flags.phpt b/tests/compiler/functions/unix-link-lib-flags.phpt similarity index 100% rename from tests/aot/functions/unix-link-lib-flags.phpt rename to tests/compiler/functions/unix-link-lib-flags.phpt diff --git a/tests/aot/string_method/camel-to-snake-regex.phpt b/tests/compiler/string_method/camel-to-snake-regex.phpt similarity index 100% rename from tests/aot/string_method/camel-to-snake-regex.phpt rename to tests/compiler/string_method/camel-to-snake-regex.phpt diff --git a/tests/aot/string_method/negative-string-offset.phpt b/tests/compiler/string_method/negative-string-offset.phpt similarity index 100% rename from tests/aot/string_method/negative-string-offset.phpt rename to tests/compiler/string_method/negative-string-offset.phpt diff --git a/tests/aot/type_decl/numeric-literal-classifier.phpt b/tests/compiler/type_decl/numeric-literal-classifier.phpt similarity index 100% rename from tests/aot/type_decl/numeric-literal-classifier.phpt rename to tests/compiler/type_decl/numeric-literal-classifier.phpt