Skip to content

Commit 3f940fb

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
DetectMissingBuiltins: Cleanup V8 exclusion list
These are fixed in d8 via https://crrev.com/c/7642309. Bug: 487347678 Change-Id: I772ae90c0cee6a4c126f11d84934c132bc69c463 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9081257 Commit-Queue: Matthias Liedtke <mliedtke@google.com> Reviewed-by: Danylo Mocherniuk <mdanylo@google.com>
1 parent e6744c8 commit 3f940fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/FuzzilliDetectMissingBuiltins/main.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ let exclusionList : [String: [String]] = [
2020
// TODO(mliedtke): https://crbug.com/488072252.
2121
"Realm",
2222
]
23-
// These functions are exposed via --expose-externalize-string for testing purposes. The functions
24-
// should be registered but their prototype objects do not matter.
25-
+ ["externalizeString", "isOneByteString", "createExternalizableString",
26-
"createExternalizableTwoByteString"].map {"\($0).prototype"}
2723
]
2824

2925
// Disable most logging. The JavaScriptEnvironment prints warning when trying to fetch types for

0 commit comments

Comments
 (0)