summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_dumprecord_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/cmd_dumprecord_test.cpp')
-rw-r--r--simpleperf/cmd_dumprecord_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/simpleperf/cmd_dumprecord_test.cpp b/simpleperf/cmd_dumprecord_test.cpp
index e6cc5e23..e6dc5c65 100644
--- a/simpleperf/cmd_dumprecord_test.cpp
+++ b/simpleperf/cmd_dumprecord_test.cpp
@@ -77,7 +77,3 @@ TEST(cmd_dump, etm_data) {
// Check if we can decode etm data into instruction range elements.
ASSERT_NE(data.find("OCSD_GEN_TRC_ELEM_INSTR_RANGE"), std::string::npos);
}
-
-TEST(cmd_dump, dump_arm_regs_recorded_in_arm64) {
- ASSERT_TRUE(DumpCmd()->Run({GetTestData("perf_with_arm_regs.data")}));
-}