emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 39048f9 153/316: (ede-detect-ute


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 39048f9 153/316: (ede-detect-utest): Re-run tests with inode optimization disabled.
Date: Sat, 28 Jan 2017 09:09:56 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 39048f91ea901e5a659374feb5b1b20e8eb70951
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    (ede-detect-utest): Re-run tests with inode optimization disabled.
---
 test/manual/cedet/cedet/ede/detect-utest.el |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/test/manual/cedet/cedet/ede/detect-utest.el 
b/test/manual/cedet/cedet/ede/detect-utest.el
index d986e8d..1add928 100644
--- a/test/manual/cedet/cedet/ede/detect-utest.el
+++ b/test/manual/cedet/cedet/ede/detect-utest.el
@@ -263,6 +263,24 @@ It is passed the root project found.")
       ;; line worked.
       (ede-detect-utest-validate-loadstate t)
 
+      ;; Now lets retry the basics with INODE support turned off -- assuming
+      ;; that our test platform supports it in the first place.
+      (unless ede--disable-inode
+
+       (setq ede--disable-inode t)
+       (unwind-protect
+           (progn
+
+             (cedet-utest-log "\n-- Retry All Tests w/ INODE optimizations 
disabled.")
+             ;; ReTry all the primary project types.
+             (ede-detect-utest-loop ede-detect-utest-project-entries)
+
+             ;; Now retry that DIRTEST is testing properly.
+             (ede-detect-utest-loop ede-detect-utest-project-dirmatch-entries)
+
+             )
+         (setq ede--disable-inode nil)))
+
       ;; Close out the test suite.
       (cedet-utest-log-shutdown
        "EDE DETECT"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]