Skip to content

Commit f232fc4

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
Fix base64 test when run on node.js nightly
Bug: 443906260 Change-Id: I56de082d96404d7381be759beedeee7b3b0c5d71 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8591156 Reviewed-by: Danylo Mocherniuk <mdanylo@google.com> Auto-Submit: Matthias Liedtke <mliedtke@google.com> Commit-Queue: Matthias Liedtke <mliedtke@google.com>
1 parent 7c9141f commit f232fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/FuzzilliTests/EnvironmentTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class EnvironmentTests: XCTestCase {
8686
}
8787

8888
func testBase64OptionsBag() throws {
89-
let runner = try GetJavaScriptExecutorOrSkipTest()
89+
let runner = try GetJavaScriptExecutorOrSkipTest(type: .any, withArguments: ["--js-base-64"])
9090
let jsProg = buildAndLiftProgram { b in
9191
let arrayConstructor = b.createNamedVariable(forBuiltin: "Uint8Array")
9292
// Whatever the options object looks like, it should construct something valid.

0 commit comments

Comments
 (0)