From 4ceb938009876d4b759cff62715dabcd61a7a9d3 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Tue, 7 Jul 2026 14:13:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(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=E7=A7=BB=E5=8A=A8=E5=88=B0?= =?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 --- .../{aot => compiler}/array/array-diff-key-strict-dominators.phpt | 0 tests/{aot => compiler}/array/array-filter-keys-strict.phpt | 0 tests/{aot => compiler}/array/array-keys-range-list-check.phpt | 0 tests/{aot => compiler}/array/array-unique-values-reindex.phpt | 0 tests/{aot => compiler}/basic/repeatable-argv-parser.phpt | 0 .../{aot => compiler}/class/dynamic-subclass-interface-check.phpt | 0 .../functions/array-slice-reverse-preserve-keys.phpt | 0 tests/{aot => compiler}/functions/array-unique-count-strict.phpt | 0 tests/{aot => compiler}/functions/filter-var-ip-flags.phpt | 0 .../stdlib/array-accessible-countable-iterable.phpt | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename tests/{aot => compiler}/array/array-diff-key-strict-dominators.phpt (100%) rename tests/{aot => compiler}/array/array-filter-keys-strict.phpt (100%) rename tests/{aot => compiler}/array/array-keys-range-list-check.phpt (100%) rename tests/{aot => compiler}/array/array-unique-values-reindex.phpt (100%) rename tests/{aot => compiler}/basic/repeatable-argv-parser.phpt (100%) rename tests/{aot => compiler}/class/dynamic-subclass-interface-check.phpt (100%) rename tests/{aot => compiler}/functions/array-slice-reverse-preserve-keys.phpt (100%) rename tests/{aot => compiler}/functions/array-unique-count-strict.phpt (100%) rename tests/{aot => compiler}/functions/filter-var-ip-flags.phpt (100%) rename tests/{aot => compiler}/stdlib/array-accessible-countable-iterable.phpt (100%) diff --git a/tests/aot/array/array-diff-key-strict-dominators.phpt b/tests/compiler/array/array-diff-key-strict-dominators.phpt similarity index 100% rename from tests/aot/array/array-diff-key-strict-dominators.phpt rename to tests/compiler/array/array-diff-key-strict-dominators.phpt diff --git a/tests/aot/array/array-filter-keys-strict.phpt b/tests/compiler/array/array-filter-keys-strict.phpt similarity index 100% rename from tests/aot/array/array-filter-keys-strict.phpt rename to tests/compiler/array/array-filter-keys-strict.phpt diff --git a/tests/aot/array/array-keys-range-list-check.phpt b/tests/compiler/array/array-keys-range-list-check.phpt similarity index 100% rename from tests/aot/array/array-keys-range-list-check.phpt rename to tests/compiler/array/array-keys-range-list-check.phpt diff --git a/tests/aot/array/array-unique-values-reindex.phpt b/tests/compiler/array/array-unique-values-reindex.phpt similarity index 100% rename from tests/aot/array/array-unique-values-reindex.phpt rename to tests/compiler/array/array-unique-values-reindex.phpt diff --git a/tests/aot/basic/repeatable-argv-parser.phpt b/tests/compiler/basic/repeatable-argv-parser.phpt similarity index 100% rename from tests/aot/basic/repeatable-argv-parser.phpt rename to tests/compiler/basic/repeatable-argv-parser.phpt diff --git a/tests/aot/class/dynamic-subclass-interface-check.phpt b/tests/compiler/class/dynamic-subclass-interface-check.phpt similarity index 100% rename from tests/aot/class/dynamic-subclass-interface-check.phpt rename to tests/compiler/class/dynamic-subclass-interface-check.phpt diff --git a/tests/aot/functions/array-slice-reverse-preserve-keys.phpt b/tests/compiler/functions/array-slice-reverse-preserve-keys.phpt similarity index 100% rename from tests/aot/functions/array-slice-reverse-preserve-keys.phpt rename to tests/compiler/functions/array-slice-reverse-preserve-keys.phpt diff --git a/tests/aot/functions/array-unique-count-strict.phpt b/tests/compiler/functions/array-unique-count-strict.phpt similarity index 100% rename from tests/aot/functions/array-unique-count-strict.phpt rename to tests/compiler/functions/array-unique-count-strict.phpt diff --git a/tests/aot/functions/filter-var-ip-flags.phpt b/tests/compiler/functions/filter-var-ip-flags.phpt similarity index 100% rename from tests/aot/functions/filter-var-ip-flags.phpt rename to tests/compiler/functions/filter-var-ip-flags.phpt diff --git a/tests/aot/stdlib/array-accessible-countable-iterable.phpt b/tests/compiler/stdlib/array-accessible-countable-iterable.phpt similarity index 100% rename from tests/aot/stdlib/array-accessible-countable-iterable.phpt rename to tests/compiler/stdlib/array-accessible-countable-iterable.phpt