Skip to content

Commit 513c889

Browse files
committed
fixup! Fix validation
1 parent 5fd2c18 commit 513c889

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/validation.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,12 @@ const ELF_BANNED_SYMBOLS: &[&str] = &[
586586
/// We use this list to spot test behavior of symbols belonging to dependency packages.
587587
/// The list is obviously not complete.
588588
const DEPENDENCY_PACKAGE_SYMBOLS: &[&str] = &[
589-
// libX11
590-
"XClearWindow",
591-
"XFlush",
589+
/* TODO(geofft): Tk provides these as no-op stubs on macOS, make it
590+
* stop doing that so we can reenable the check
591+
* // libX11
592+
* "XClearWindow",
593+
* "XFlush",
594+
*/
592595
// OpenSSL
593596
"BIO_ADDR_new",
594597
"BN_new",

0 commit comments

Comments
 (0)