Lines Matching defs:FastUnwindTest
30 class FastUnwindTest : public ::testing::Test {
63 void FastUnwindTest::SetUp() {
65 mapping = MmapOrDie(2 * ps, "FastUnwindTest");
90 void FastUnwindTest::TearDown() {
107 void FastUnwindTest::UnwindFast() {
111 TEST_F(FastUnwindTest, SKIP_ON_SPARC(Basic)) {
122 TEST_F(FastUnwindTest, SKIP_ON_SPARC(FramePointerLoop)) {
134 TEST_F(FastUnwindTest, SKIP_ON_SPARC(MisalignedFramePointer)) {
146 TEST_F(FastUnwindTest, OneFrameStackTrace) {
153 TEST_F(FastUnwindTest, ZeroFramesStackTrace) {
159 TEST_F(FastUnwindTest, SKIP_ON_SPARC(FPBelowPrevFP)) {
170 TEST_F(FastUnwindTest, SKIP_ON_SPARC(CloseToZeroFrame)) {
182 using StackPrintTest = FastUnwindTest;