]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve test output
authorEric Ludlam <eric@siege-engine.com>
Sun, 18 Oct 2015 14:12:32 +0000 (10:12 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:21:28 +0000 (20:21 +0200)
* 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

index 1b56c9a67ddaea0fe9921d2f51c84b7f08f8d6c5..3e29ee3ebd0db7f1802798e8ab1d6fe95dba11eb 100644 (file)
@@ -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)