From bf234e0c5d2af80f89fffcd963e5e2c455bcf3f1 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Mon, 24 Jul 2017 15:04:14 +0100 Subject: COMPMID-415: Add expected failures and disabled tests Change-Id: I16be0340cd0c5e57c1dd76a71c057bc867fcf6a0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81445 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index 95c2d949cf..e60aad4d86 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -176,9 +176,9 @@ int main(int argc, char **argv) if(list_tests->value()) { - for(const auto &id : framework.test_ids()) + for(const auto &info : framework.test_infos()) { - std::cout << "[" << std::get<0>(id) << ", " << std::get<2>(id) << "] " << std::get<1>(id) << "\n"; + std::cout << "[" << info.id << ", " << info.mode << ", " << info.status << "] " << info.name << "\n"; } return 0; -- cgit v1.2.1