mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Whitelist some stuff to work-around bindgen generating too many tests.
This commit is contained in:
parent
f7d64c66da
commit
5832507e56
3 changed files with 143 additions and 0 deletions
|
@ -99,6 +99,9 @@ COMPILATION_TARGETS = {
|
|||
"mozilla::LazyComputeBehavior",
|
||||
"mozilla::css::SheetParsingMode",
|
||||
"mozilla::SkipRootBehavior",
|
||||
"mozilla::DisplayItemClip", # Needed because bindgen generates
|
||||
# specialization tests for this even
|
||||
# though it shouldn't.
|
||||
".*ThreadSafe.*Holder",
|
||||
"AnonymousContent",
|
||||
"AudioContext",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue