From db4d92b616fa97fcb60e2efedc9fc72f5cca4587 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Tue, 7 Jul 2026 15:23:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(test):=20=E5=B0=86=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=99=A8=E6=B5=8B=E8=AF=95=E7=A7=BB=E8=87=B3=20aot=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../compiler}/array-accessible-countable-iterable.phpt | 0 .../array => aot/compiler}/array-diff-key-strict-dominators.phpt | 0 .../array => aot/compiler}/array-filter-keys-strict.phpt | 0 .../array => aot/compiler}/array-keys-range-list-check.phpt | 0 .../compiler}/array-slice-reverse-preserve-keys.phpt | 0 .../functions => aot/compiler}/array-unique-count-strict.phpt | 0 .../array => aot/compiler}/array-unique-values-reindex.phpt | 0 .../string_method => aot/compiler}/camel-to-snake-regex.phpt | 0 .../functions => aot/compiler}/compiler-name-normalize.phpt | 0 .../functions => aot/compiler}/cpp-signature-param-parser.phpt | 0 tests/{compiler/functions => aot/compiler}/doc-comment-tags.phpt | 0 .../functions => aot/compiler}/docblock-param-regex.phpt | 0 .../class => aot/compiler}/dynamic-subclass-interface-check.phpt | 0 .../functions => aot/compiler}/file-extension-classifier.phpt | 0 .../{compiler/functions => aot/compiler}/filter-var-ip-flags.phpt | 0 .../string_method => aot/compiler}/negative-string-offset.phpt | 0 .../type_decl => aot/compiler}/numeric-literal-classifier.phpt | 0 .../basic => aot/compiler}/preprocessor-condition-stack.phpt | 0 .../{compiler/basic => aot/compiler}/repeatable-argv-parser.phpt | 0 .../functions => aot/compiler}/resource-version-normalize.phpt | 0 .../{compiler/basic => aot/compiler}/short-option-preprocess.phpt | 0 tests/{compiler/basic => aot/compiler}/target-name-normalize.phpt | 0 .../{compiler/functions => aot/compiler}/unix-link-lib-flags.phpt | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename tests/{compiler/stdlib => aot/compiler}/array-accessible-countable-iterable.phpt (100%) rename tests/{compiler/array => aot/compiler}/array-diff-key-strict-dominators.phpt (100%) rename tests/{compiler/array => aot/compiler}/array-filter-keys-strict.phpt (100%) rename tests/{compiler/array => aot/compiler}/array-keys-range-list-check.phpt (100%) rename tests/{compiler/functions => aot/compiler}/array-slice-reverse-preserve-keys.phpt (100%) rename tests/{compiler/functions => aot/compiler}/array-unique-count-strict.phpt (100%) rename tests/{compiler/array => aot/compiler}/array-unique-values-reindex.phpt (100%) rename tests/{compiler/string_method => aot/compiler}/camel-to-snake-regex.phpt (100%) rename tests/{compiler/functions => aot/compiler}/compiler-name-normalize.phpt (100%) rename tests/{compiler/functions => aot/compiler}/cpp-signature-param-parser.phpt (100%) rename tests/{compiler/functions => aot/compiler}/doc-comment-tags.phpt (100%) rename tests/{compiler/functions => aot/compiler}/docblock-param-regex.phpt (100%) rename tests/{compiler/class => aot/compiler}/dynamic-subclass-interface-check.phpt (100%) rename tests/{compiler/functions => aot/compiler}/file-extension-classifier.phpt (100%) rename tests/{compiler/functions => aot/compiler}/filter-var-ip-flags.phpt (100%) rename tests/{compiler/string_method => aot/compiler}/negative-string-offset.phpt (100%) rename tests/{compiler/type_decl => aot/compiler}/numeric-literal-classifier.phpt (100%) rename tests/{compiler/basic => aot/compiler}/preprocessor-condition-stack.phpt (100%) rename tests/{compiler/basic => aot/compiler}/repeatable-argv-parser.phpt (100%) rename tests/{compiler/functions => aot/compiler}/resource-version-normalize.phpt (100%) rename tests/{compiler/basic => aot/compiler}/short-option-preprocess.phpt (100%) rename tests/{compiler/basic => aot/compiler}/target-name-normalize.phpt (100%) rename tests/{compiler/functions => aot/compiler}/unix-link-lib-flags.phpt (100%) diff --git a/tests/compiler/stdlib/array-accessible-countable-iterable.phpt b/tests/aot/compiler/array-accessible-countable-iterable.phpt similarity index 100% rename from tests/compiler/stdlib/array-accessible-countable-iterable.phpt rename to tests/aot/compiler/array-accessible-countable-iterable.phpt diff --git a/tests/compiler/array/array-diff-key-strict-dominators.phpt b/tests/aot/compiler/array-diff-key-strict-dominators.phpt similarity index 100% rename from tests/compiler/array/array-diff-key-strict-dominators.phpt rename to tests/aot/compiler/array-diff-key-strict-dominators.phpt diff --git a/tests/compiler/array/array-filter-keys-strict.phpt b/tests/aot/compiler/array-filter-keys-strict.phpt similarity index 100% rename from tests/compiler/array/array-filter-keys-strict.phpt rename to tests/aot/compiler/array-filter-keys-strict.phpt diff --git a/tests/compiler/array/array-keys-range-list-check.phpt b/tests/aot/compiler/array-keys-range-list-check.phpt similarity index 100% rename from tests/compiler/array/array-keys-range-list-check.phpt rename to tests/aot/compiler/array-keys-range-list-check.phpt diff --git a/tests/compiler/functions/array-slice-reverse-preserve-keys.phpt b/tests/aot/compiler/array-slice-reverse-preserve-keys.phpt similarity index 100% rename from tests/compiler/functions/array-slice-reverse-preserve-keys.phpt rename to tests/aot/compiler/array-slice-reverse-preserve-keys.phpt diff --git a/tests/compiler/functions/array-unique-count-strict.phpt b/tests/aot/compiler/array-unique-count-strict.phpt similarity index 100% rename from tests/compiler/functions/array-unique-count-strict.phpt rename to tests/aot/compiler/array-unique-count-strict.phpt diff --git a/tests/compiler/array/array-unique-values-reindex.phpt b/tests/aot/compiler/array-unique-values-reindex.phpt similarity index 100% rename from tests/compiler/array/array-unique-values-reindex.phpt rename to tests/aot/compiler/array-unique-values-reindex.phpt diff --git a/tests/compiler/string_method/camel-to-snake-regex.phpt b/tests/aot/compiler/camel-to-snake-regex.phpt similarity index 100% rename from tests/compiler/string_method/camel-to-snake-regex.phpt rename to tests/aot/compiler/camel-to-snake-regex.phpt diff --git a/tests/compiler/functions/compiler-name-normalize.phpt b/tests/aot/compiler/compiler-name-normalize.phpt similarity index 100% rename from tests/compiler/functions/compiler-name-normalize.phpt rename to tests/aot/compiler/compiler-name-normalize.phpt diff --git a/tests/compiler/functions/cpp-signature-param-parser.phpt b/tests/aot/compiler/cpp-signature-param-parser.phpt similarity index 100% rename from tests/compiler/functions/cpp-signature-param-parser.phpt rename to tests/aot/compiler/cpp-signature-param-parser.phpt diff --git a/tests/compiler/functions/doc-comment-tags.phpt b/tests/aot/compiler/doc-comment-tags.phpt similarity index 100% rename from tests/compiler/functions/doc-comment-tags.phpt rename to tests/aot/compiler/doc-comment-tags.phpt diff --git a/tests/compiler/functions/docblock-param-regex.phpt b/tests/aot/compiler/docblock-param-regex.phpt similarity index 100% rename from tests/compiler/functions/docblock-param-regex.phpt rename to tests/aot/compiler/docblock-param-regex.phpt diff --git a/tests/compiler/class/dynamic-subclass-interface-check.phpt b/tests/aot/compiler/dynamic-subclass-interface-check.phpt similarity index 100% rename from tests/compiler/class/dynamic-subclass-interface-check.phpt rename to tests/aot/compiler/dynamic-subclass-interface-check.phpt diff --git a/tests/compiler/functions/file-extension-classifier.phpt b/tests/aot/compiler/file-extension-classifier.phpt similarity index 100% rename from tests/compiler/functions/file-extension-classifier.phpt rename to tests/aot/compiler/file-extension-classifier.phpt diff --git a/tests/compiler/functions/filter-var-ip-flags.phpt b/tests/aot/compiler/filter-var-ip-flags.phpt similarity index 100% rename from tests/compiler/functions/filter-var-ip-flags.phpt rename to tests/aot/compiler/filter-var-ip-flags.phpt diff --git a/tests/compiler/string_method/negative-string-offset.phpt b/tests/aot/compiler/negative-string-offset.phpt similarity index 100% rename from tests/compiler/string_method/negative-string-offset.phpt rename to tests/aot/compiler/negative-string-offset.phpt diff --git a/tests/compiler/type_decl/numeric-literal-classifier.phpt b/tests/aot/compiler/numeric-literal-classifier.phpt similarity index 100% rename from tests/compiler/type_decl/numeric-literal-classifier.phpt rename to tests/aot/compiler/numeric-literal-classifier.phpt diff --git a/tests/compiler/basic/preprocessor-condition-stack.phpt b/tests/aot/compiler/preprocessor-condition-stack.phpt similarity index 100% rename from tests/compiler/basic/preprocessor-condition-stack.phpt rename to tests/aot/compiler/preprocessor-condition-stack.phpt diff --git a/tests/compiler/basic/repeatable-argv-parser.phpt b/tests/aot/compiler/repeatable-argv-parser.phpt similarity index 100% rename from tests/compiler/basic/repeatable-argv-parser.phpt rename to tests/aot/compiler/repeatable-argv-parser.phpt diff --git a/tests/compiler/functions/resource-version-normalize.phpt b/tests/aot/compiler/resource-version-normalize.phpt similarity index 100% rename from tests/compiler/functions/resource-version-normalize.phpt rename to tests/aot/compiler/resource-version-normalize.phpt diff --git a/tests/compiler/basic/short-option-preprocess.phpt b/tests/aot/compiler/short-option-preprocess.phpt similarity index 100% rename from tests/compiler/basic/short-option-preprocess.phpt rename to tests/aot/compiler/short-option-preprocess.phpt diff --git a/tests/compiler/basic/target-name-normalize.phpt b/tests/aot/compiler/target-name-normalize.phpt similarity index 100% rename from tests/compiler/basic/target-name-normalize.phpt rename to tests/aot/compiler/target-name-normalize.phpt diff --git a/tests/compiler/functions/unix-link-lib-flags.phpt b/tests/aot/compiler/unix-link-lib-flags.phpt similarity index 100% rename from tests/compiler/functions/unix-link-lib-flags.phpt rename to tests/aot/compiler/unix-link-lib-flags.phpt