diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/compile-tests.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/lisp/progmodes/compile-tests.el b/test/lisp/progmodes/compile-tests.el index 8e59a5401bb..08a369e7b54 100644 --- a/test/lisp/progmodes/compile-tests.el +++ b/test/lisp/progmodes/compile-tests.el | |||
| @@ -180,6 +180,12 @@ | |||
| 180 | 1 0 31 "/usr/include/c++/3.3/backward/iostream.h") | 180 | 1 0 31 "/usr/include/c++/3.3/backward/iostream.h") |
| 181 | (" from test_clt.cc:1:" | 181 | (" from test_clt.cc:1:" |
| 182 | 1 nil 1 "test_clt.cc") | 182 | 1 nil 1 "test_clt.cc") |
| 183 | ;; gmake | ||
| 184 | ("make: *** [Makefile:20: all] Error 2" 12 nil 20 "Makefile" 0) | ||
| 185 | ("make[4]: *** [sub/make.mk:19: all] Error 127" 15 nil 19 "sub/make.mk" 0) | ||
| 186 | ("gmake[4]: *** [sub/make.mk:19: all] Error 2" 16 nil 19 "sub/make.mk" 0) | ||
| 187 | ("gmake-4.3[4]: *** [make.mk:1119: all] Error 2" 20 nil 1119 "make.mk" 0) | ||
| 188 | ("Make-4.3: *** [make.INC:1119: dir/all] Error 2" 16 nil 1119 "make.INC" 0) | ||
| 183 | ;; gnu | 189 | ;; gnu |
| 184 | ("foo.c:8: message" 1 nil 8 "foo.c") | 190 | ("foo.c:8: message" 1 nil 8 "foo.c") |
| 185 | ("../foo.c:8: W: message" 1 nil 8 "../foo.c") | 191 | ("../foo.c:8: W: message" 1 nil 8 "../foo.c") |
| @@ -409,7 +415,7 @@ The test data is in `compile-tests--test-regexps-data'." | |||
| 409 | (mapc #'compile--test-error-line compile-tests--test-regexps-data) | 415 | (mapc #'compile--test-error-line compile-tests--test-regexps-data) |
| 410 | (should (eq compilation-num-errors-found 87)) | 416 | (should (eq compilation-num-errors-found 87)) |
| 411 | (should (eq compilation-num-warnings-found 32)) | 417 | (should (eq compilation-num-warnings-found 32)) |
| 412 | (should (eq compilation-num-infos-found 21))))) | 418 | (should (eq compilation-num-infos-found 26))))) |
| 413 | 419 | ||
| 414 | (ert-deftest compile-test-grep-regexps () | 420 | (ert-deftest compile-test-grep-regexps () |
| 415 | "Test the `grep-regexp-alist' regexps. | 421 | "Test the `grep-regexp-alist' regexps. |