record TCS self-host and cross-platform acceptance
This commit is contained in:
parent
6e89b82d88
commit
2dc560d567
9 changed files with 85 additions and 19 deletions
|
|
@ -257,7 +257,7 @@ syntax_and_field_standard: DRAFT_V0_1
|
|||
stage0_parser_compiler: REPLACEABLE_BOOTSTRAP_SEED_PASS
|
||||
gir_module_loader: PORTABLE_MINIMUM_RUNTIME_PASS
|
||||
tcs_stage1_compiler: EXECUTABLE_COMPILER_GIR_PASS
|
||||
self_compile_fixed_point: LOCAL_PASS_CROSS_HOST_FINAL_GATE_IN_PROGRESS
|
||||
self_compile_fixed_point: RULE_DRIVEN_CROSS_HOST_PASS_100
|
||||
jd_final_native_master: LIVE_READBACK_PASS_100
|
||||
hololake_tcs_runtime_integration: MACOS_STANDALONE_RUNTIME_PASS_SHELL_INTEGRATION_PENDING
|
||||
hololake_tcs_runtime_integration: MACOS_STANDALONE_ABI_PASS_SHELL_INTEGRATION_PENDING
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
schema: tcs.self-host-standard/v1
|
||||
id: TCS-SELF-HOST-STANDARD-0001
|
||||
version: 0.1.0
|
||||
state: LOCAL_SELF_HOST_PASS_CROSS_HOST_FINAL_GATE_IN_PROGRESS
|
||||
state: SELF_HOSTED_RULE_DRIVEN_CROSS_HOST_PASS_100
|
||||
compiler_source: language/compiler/TCS-COMPILER-STAGE1.tcs
|
||||
gates:
|
||||
- id: SH-01
|
||||
|
|
@ -28,8 +28,8 @@ current:
|
|||
SH-04: PASS_100
|
||||
SH-05: PASS_100
|
||||
SH-06: PASS_100
|
||||
SH-07: FAIL_0
|
||||
aggregate: FAIL_0
|
||||
SH-07: PASS_100
|
||||
aggregate: PASS_100
|
||||
evidence:
|
||||
compiler_a: build/self-host/compiler-A.gir.json
|
||||
compiler_b: build/self-host/compiler-B.gir.json
|
||||
|
|
@ -38,3 +38,10 @@ evidence:
|
|||
runnable_module: build/self-host/ECHO-PACKAGE.module.gir.json
|
||||
stage0_disabled_test: native-runtime/tcs-gir-runtime/tests/stage1_runtime.rs
|
||||
negative_corpus: language/tests/negative/UNREGISTERED-OPERATION.tcs
|
||||
rule_control_test: bootstrap/tcs-stage0/tests/stage0.rs
|
||||
macos_runtime_sha256: 28d8029457079228a6f1b49f24c16364c65e48a9036116e9dfbeca6b409f737f
|
||||
linux_runtime_sha256: 956b42a05c030439347b521095e5c116c050636ea9d08376c550ec2d3af8237d
|
||||
windows_runtime_sha256: 7fa6b0213530c708d49c36deea79799d2576411f60c6ebf1ff8b5d1e29aac869
|
||||
cross_host_gir_sha256: 85934d5ae9c85b1c41763cfde9484d86f1c8508c14395e4c436e421d5261232d
|
||||
cross_host_execution_receipt_sha256: 125995a4f9aa858be7fa337fcfca40560389b3f2ce4c32bd4c425985a3d2e2ba
|
||||
jd_server_receipt_sha256: e1e14d97f057ea619d1a34454900cd21ce2ead213c062cdbe14d912efcbdae8f
|
||||
|
|
|
|||
Loading…
Reference in a new issue