Dmitry Vyukov 2016-02-24 09:14:46 +00:00
parent c291c03702
commit cb35474ba5
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
// Longjmp assembly has not been implemented for mips64 yet
// XFAIL: mips64
// ppc64be bots failed with "FileCheck error: '-' is empty".
// UNSUPPORTED: powerpc64
// aarch64 bots failed with "called_from_lib suppression 'libignore_lib4.so'
// is matched against 2 libraries".
// UNSUPPORTED: aarch64
// Test longjmp in ignored lib.
// It used to crash since we jumped out of ScopedInterceptor scope.