emacs-diffs
[Top][All Lists]
Advanced

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

master 6e52becfbe: Fix test lisp/cedet/semantic/bovine/gcc-tests on macO


From: Philipp Stephani
Subject: master 6e52becfbe: Fix test lisp/cedet/semantic/bovine/gcc-tests on macOS (Bug#52431)
Date: Tue, 28 Dec 2021 15:07:55 -0500 (EST)

branch: master
commit 6e52becfbe2a33c025b8c4838b3c8f06ba5a6fb8
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Fix test lisp/cedet/semantic/bovine/gcc-tests on macOS (Bug#52431)
    
    * test/lisp/cedet/semantic/bovine/gcc-tests.el
    (semantic-gcc-test-output-parser-this-machine): Also detect Apple
    clang on macOS Monterey.
---
 test/lisp/cedet/semantic/bovine/gcc-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/cedet/semantic/bovine/gcc-tests.el 
b/test/lisp/cedet/semantic/bovine/gcc-tests.el
index ba84ce4d81..04a02ec03b 100644
--- a/test/lisp/cedet/semantic/bovine/gcc-tests.el
+++ b/test/lisp/cedet/semantic/bovine/gcc-tests.el
@@ -128,7 +128,7 @@ gcc version 2.95.2 19991024 (release)"
     ;; We can't even check if it's a symlink; it's a binary placed in
     ;; "/usr/bin/gcc".  So check the output and just skip this test if
     ;; it looks like that's the case.
-    (unless (string-match "Apple LLVM\\|Xcode.app"
+    (unless (string-match "Apple \\(LLVM\\|clang\\)\\|Xcode\\.app"
                           (car semantic-gcc-test-strings))
         (semantic-gcc-test-output-parser))))
 



reply via email to

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