-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*) isolate test suites by Wasm target
* Remove WASI spillover from test crates compatible with the `wasm32-unknown-unknown` target. * Default all tests crates to compile `wasm32-wasip1` targets. * Can set `TEST_NGINX_CARGO_RUSTTARGET` to override. * Cleanup build tests framework. * CI: add a job with `wasm32-unknown-unknown` target.
- Loading branch information
1 parent
f8d79ee
commit efacd64
Showing
30 changed files
with
82 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ setup: | |
|
||
.PHONY: test | ||
test: | ||
@util/test.sh t/0* | ||
@util/test.sh t/ | ||
|
||
.PHONY: test-build | ||
test-build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ use strict; | |
use lib '.'; | ||
use t::TestWasmX; | ||
|
||
skip_no_wasi(); | ||
|
||
plan_tests(3); | ||
run_tests(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.