40 lines
1.4 KiB
Text
40 lines
1.4 KiB
Text
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
|
|
compiler_source: language/compiler/TCS-COMPILER-STAGE1.tcs
|
|
gates:
|
|
- id: SH-01
|
|
require: STAGE0_COMPILES_STAGE1_TO_COMPILER_A_GIR
|
|
- id: SH-02
|
|
require: COMPILER_A_EXECUTES_ON_GUANGHU_RUNTIME
|
|
- id: SH-03
|
|
require: COMPILER_A_COMPILES_SAME_STAGE1_TO_COMPILER_B_GIR
|
|
- id: SH-04
|
|
require: CANONICAL_SEMANTIC_SHA256_A_EQUALS_B
|
|
- id: SH-05
|
|
require: COMPILER_B_COMPILES_STANDARD_LIBRARY_NEGATIVE_CORPUS_AND_RUNNABLE_MODULE
|
|
- id: SH-06
|
|
require: COMPLETE_CHAIN_RUNS_WITH_STAGE0_DISABLED
|
|
- id: SH-07
|
|
require: HOLOLAKE_AND_GUANGHU_OS_LOAD_SAME_GIR_ABI
|
|
decision:
|
|
allowed: [FAIL_0, PASS_100]
|
|
partial_pass: false
|
|
current:
|
|
SH-01: PASS_100
|
|
SH-02: PASS_100
|
|
SH-03: PASS_100
|
|
SH-04: PASS_100
|
|
SH-05: PASS_100
|
|
SH-06: PASS_100
|
|
SH-07: FAIL_0
|
|
aggregate: FAIL_0
|
|
evidence:
|
|
compiler_a: build/self-host/compiler-A.gir.json
|
|
compiler_b: build/self-host/compiler-B.gir.json
|
|
semantic_fixed_point_field: identity.definition_sha256
|
|
standard_library: build/self-host/TCS-STDLIB-CORE.module.gir.json
|
|
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
|