53 个 Python-remap inventory rows 批量提升为 PASS

结论:53 个 Python-remap inventory rows 已完成 row proof、browser proof 与 inventory baseline promotion,当前 inventory baseline 为 PASS=82 / SKIP=77 / unexpected_fail=0。
This commit is contained in:
2026-06-20 05:53:49 +08:00
parent ac52b48d62
commit b057f8038b
29 changed files with 1701 additions and 245 deletions

View File

@@ -127,10 +127,22 @@ export function createLinuxCncPythonRemapBrowserWorkerAdapter({
return lifecycleRequest("finishGenerator", payload);
},
async stageNgcRemapAsset(payload) {
return lifecycleRequest("stageNgcRemapAsset", payload);
},
async rejectNgcOnlyStandalone(payload) {
return lifecycleRequest("rejectNgcOnlyStandalone", payload);
},
async exportInterpreterState(payload) {
return lifecycleRequest("exportInterpreterState", payload);
},
async exportCanonicalEvents(payload) {
return lifecycleRequest("exportCanonicalEvents", payload);
},
async exportDiagnostics(payload) {
return lifecycleRequest("exportDiagnostics", payload);
},