Guard oword-unwind staging manifest
This commit is contained in:
@@ -2242,6 +2242,24 @@ verifyExpectedOutput(
|
||||
);
|
||||
|
||||
const owordUnwindPlan = stageInterpIniContext("oword-unwind");
|
||||
const owordUnwindNgcFiles = [
|
||||
"fail.ngc",
|
||||
"test.ngc",
|
||||
];
|
||||
assert.deepEqual(
|
||||
owordUnwindNgcFiles,
|
||||
interpRegressionNgcFilesRecursive("oword-unwind"),
|
||||
"interp oword-unwind fixture coverage drift",
|
||||
);
|
||||
assert.deepEqual(
|
||||
owordUnwindPlan.files
|
||||
.map((file) => file.sourceRel)
|
||||
.filter((sourceRel) => sourceRel.endsWith(".ngc"))
|
||||
.map((sourceRel) => sourceRel.replace("tests/interp/oword-unwind/", ""))
|
||||
.sort(),
|
||||
owordUnwindNgcFiles,
|
||||
"interp oword-unwind staging manifest drift",
|
||||
);
|
||||
verifyExpectedOutput(
|
||||
"interp_oword_unwind_wasm",
|
||||
interp.runFileWithIniContinueOnError(
|
||||
|
||||
Reference in New Issue
Block a user