Skip to content

Testing: examples-aot-smoke.sh 007 slice (EXAMPLES_AOT_SMOKE_ONLY=007) #2104

Description

@PurHur

Problem

make examples-aot-smoke runs 000–004 and 006 by default (#2013). When 007-ThrowsWeb gains AOT link/execute (#2101), contributors need a fast slice without re-running the full ladder.

Goal

EXAMPLES_AOT_SMOKE_ONLY=007 make examples-aot-smoke
# or: ./script/examples-aot-smoke.sh --example 007

Builds examples/007-ThrowsWeb and probes native 500 response (same CGI overlay as #2101).

Implementation hints

File Change
script/examples-aot-smoke.sh Add 007 to ONLY filter branch (mirror 006 block)
Makefile Document target in examples-aot-smoke help
test/unit/ExamplesAotSmokeScriptTest.php If exists, assert 007 recognized when dir present

Skip when LLVM missing (LlvmToolchain::isReady() false) — same as other examples.

Acceptance criteria

EXAMPLES_AOT_SMOKE_ONLY=007 ./script/examples-aot-smoke.sh

exits 0 in php-compiler:22.04-dev when #2101 gates are green.

Dependencies

Links

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions