Skip to content

Commit

Permalink
test: skip sea tests when ubsan=1
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Mar 14, 2024
1 parent 6cb6909 commit 03a8b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/common/sea.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ function skipIfSingleExecutableIsNotSupported() {
}
}

if (process.config.variables.ubsan) {
common.skip('UndefinedBehavior Sanitizer is not supported');
}

tmpdir.refresh();

// The SEA tests involve making a copy of the executable and writing some fixtures
Expand Down

0 comments on commit 03a8b7f

Please sign in to comment.