зеркало из https://github.com/mozilla/gecko-dev.git
4f24ba0ebe
This patch adds suppressions as needed on automation, for Servo-in-Gecko as compiled by rustc 1.25. It appears there are only three false error sites fun:*style*values*specified*color*Color*style*parser*Parse*parse* fun:*selectors*parser*SelectorList*Impl*parse* fun:*style*properties*shorthands* but there are a number of different paths leading to them, especially the first, hence the use of 17 suppressions in total, so as to remain specific. Following some investigation of the machine code involved, I think these are all Valgrind/Memcheck false positives, unfortunately, and probably to do with (legitimate) operand swapping in && or || expressions by rustc+LLVM. MozReview-Commit-ID: EpDmb4PEyoy |
||
---|---|---|
.. | ||
__init__.py | ||
cross-architecture.sup | ||
i386-pc-linux-gnu.sup | ||
mach_commands.py | ||
output_handler.py | ||
x86_64-pc-linux-gnu.sup |