stylo: Whitelist some stuff to work-around bindgen generating too many tests.

This commit is contained in:
Emilio Cobos Álvarez 2016-12-07 17:35:29 -10:00 committed by Cameron McCormack
parent f7d64c66da
commit 5832507e56
3 changed files with 143 additions and 0 deletions

View file

@ -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",