Guard g71 g72 direct-file staging
This commit is contained in:
@@ -2228,11 +2228,7 @@ for (const g72Fixture of g72Fixtures) {
|
||||
`interp ${g72Fixture.dir} fixture coverage drift`,
|
||||
);
|
||||
const g72Path = writeInterpRegressionFile(g72Fixture.dir, g72Fixture.file);
|
||||
assert.deepEqual(
|
||||
[g72Path],
|
||||
[`/work/interp/${g72Fixture.dir}/${g72Fixture.file}`],
|
||||
`interp ${g72Fixture.dir} staging manifest drift`,
|
||||
);
|
||||
assertInterpRegressionFileStaging(g72Fixture.dir, g72Fixture.file, g72Path);
|
||||
verifyExpectedOutput(
|
||||
`interp_g72_${g72Fixture.name}_wasm`,
|
||||
interp.runFile(g72Path),
|
||||
@@ -2311,11 +2307,7 @@ for (const g71Fixture of g71Fixtures) {
|
||||
`interp ${g71Fixture.dir} fixture coverage drift`,
|
||||
);
|
||||
const g71Path = writeInterpRegressionFile(g71Fixture.dir, g71Fixture.file);
|
||||
assert.deepEqual(
|
||||
[g71Path],
|
||||
[`/work/interp/${g71Fixture.dir}/${g71Fixture.file}`],
|
||||
`interp ${g71Fixture.dir} staging manifest drift`,
|
||||
);
|
||||
assertInterpRegressionFileStaging(g71Fixture.dir, g71Fixture.file, g71Path);
|
||||
verifyExpectedOutput(
|
||||
`interp_g71_${g71Fixture.name}_wasm`,
|
||||
interp.runFile(g71Path),
|
||||
|
||||
Reference in New Issue
Block a user