From 0caf48af2feca8694222067e9cc8a2b0dafeaf85 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Sun, 18 Oct 2015 10:12:32 -0400 Subject: [PATCH] Improve test output * test/manual/cedet/cedet/semantic/ia-utest.el: (semantic-ia-utest-file-list): Add commented out poly test. (semantic-ia-utest-buffer): Improve visibility of failed lines. --- test/manual/cedet/cedet/semantic/ia-utest.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/manual/cedet/cedet/semantic/ia-utest.el b/test/manual/cedet/cedet/semantic/ia-utest.el index 1b56c9a67dd..3e29ee3ebd0 100644 --- a/test/manual/cedet/cedet/semantic/ia-utest.el +++ b/test/manual/cedet/cedet/semantic/ia-utest.el @@ -48,6 +48,7 @@ "tests/testusing.cpp" "tests/testnsp.cpp" "tests/testlocalvars.cpp" + ;;"tests/testpoly.cpp" "tests/testsppcomplete.c" "tests/testvarnames.c" "tests/testjavacomp.java" @@ -234,7 +235,7 @@ If the error occurs w/ a C or C++ file, rethrow the error." (setq pass (cons idx pass)) (setq fail (cons idx fail)) (semantic-ia-utest-log - " Failed %d. Desired: %S Actual %S" + " XXXXX Failed %d. Desired: %S Actual %S" idx desired actual) (add-to-list 'semantic-ia-utest-error-log-list (list (buffer-name) idx desired actual) -- 2.39.5