diff options
| author | Kenichi Handa | 2012-10-14 17:06:11 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-14 17:06:11 +0900 |
| commit | 9fe32d61c5655878f877522ac4bcc251d092f732 (patch) | |
| tree | 584f4c85fd2e44e8e7d597382f177359b737acb1 /test | |
| parent | f5772b8eaee90d0b50a60bd55d9d28805a2543cb (diff) | |
| parent | 8111f5e6f05228e36496f3bdccad711f569acb9b (diff) | |
| download | emacs-9fe32d61c5655878f877522ac4bcc251d092f732.tar.gz emacs-9fe32d61c5655878f877522ac4bcc251d092f732.zip | |
merge trunk
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/compile-tests.el | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index a7e22aa9ae1..72b44747bac 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * automated/compile-tests.el (compile-tests--test-regexps-data): | ||
| 4 | Add new data for msft's new format. | ||
| 5 | |||
| 1 | 2012-09-08 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2012-09-08 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * automated/ruby-mode-tests.el: | 8 | * automated/ruby-mode-tests.el: |
diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el index ecd0e8856f7..9415ee3a17e 100644 --- a/test/automated/compile-tests.el +++ b/test/automated/compile-tests.el | |||
| @@ -215,6 +215,10 @@ | |||
| 215 | 1 nil 23 "d:\\tmp\\test.c") | 215 | 1 nil 23 "d:\\tmp\\test.c") |
| 216 | ("d:\\tmp\\test.c(1145) : see declaration of 'nsRefPtr'" | 216 | ("d:\\tmp\\test.c(1145) : see declaration of 'nsRefPtr'" |
| 217 | 1 nil 1145 "d:\\tmp\\test.c") | 217 | 1 nil 1145 "d:\\tmp\\test.c") |
| 218 | ("1>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';'" | ||
| 219 | 3 nil 29 "test_main.cpp") | ||
| 220 | ("1>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int" | ||
| 221 | 3 nil 29 "test_main.cpp") | ||
| 218 | ;; watcom | 222 | ;; watcom |
| 219 | ("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'" | 223 | ("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'" |
| 220 | 1 nil 109 "..\src\ctrl\lister.c") | 224 | 1 nil 109 "..\src\ctrl\lister.c") |