mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
add graaljs test runner
This commit is contained in:
parent
56ae1b9527
commit
7631789388
@ -151,6 +151,15 @@ jobs:
|
|||||||
hostName: engine262
|
hostName: engine262
|
||||||
hostArgs: --features=all
|
hostArgs: --features=all
|
||||||
<<: [*execution_steps]
|
<<: [*execution_steps]
|
||||||
|
"GraalJS: New or modified tests execution":
|
||||||
|
docker:
|
||||||
|
- image: *node_latest
|
||||||
|
working_directory: ~/test262
|
||||||
|
environment:
|
||||||
|
hostType: graaljs
|
||||||
|
hostPath: graaljs
|
||||||
|
hostName: graaljs
|
||||||
|
<<: [*execution_steps]
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
Tools:
|
Tools:
|
||||||
@ -166,3 +175,4 @@ workflows:
|
|||||||
- "V8 --harmony: New or modified tests execution"
|
- "V8 --harmony: New or modified tests execution"
|
||||||
- "XS: New or modified tests execution"
|
- "XS: New or modified tests execution"
|
||||||
- "engine262: New or modified tests execution"
|
- "engine262: New or modified tests execution"
|
||||||
|
- "GraalJS: New or modified tests execution"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user