diff options
| author | Miles Bader | 2009-10-02 10:53:34 +0000 |
|---|---|---|
| committer | Miles Bader | 2009-10-02 10:53:34 +0000 |
| commit | 3999968a738479642f0b508da1cf1920e254c079 (patch) | |
| tree | 4456a11158a09f45b4564a6e68ce7efa7b2a11d6 /test | |
| parent | 895d190402f5b7ed021bd9c9e05c81d473dfee08 (diff) | |
| download | emacs-3999968a738479642f0b508da1cf1920e254c079.tar.gz emacs-3999968a738479642f0b508da1cf1920e254c079.zip | |
Add arch tagline
Diffstat (limited to 'test')
30 files changed, 64 insertions, 4 deletions
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index fe8bad80e66..59d080685ed 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el | |||
| @@ -512,4 +512,5 @@ When optional NO-ERROR Don't throw an error if we can't run tests." | |||
| 512 | 512 | ||
| 513 | (provide 'cedet-utests) | 513 | (provide 'cedet-utests) |
| 514 | 514 | ||
| 515 | ;; arch-tag: ace16290-4119-4df0-b33c-8c6b809f420d | ||
| 515 | ;;; cedet-utests.el ends here | 516 | ;;; cedet-utests.el ends here |
diff --git a/test/cedet/ede-tests.el b/test/cedet/ede-tests.el index 6b08994e0bc..df18b8fd277 100644 --- a/test/cedet/ede-tests.el +++ b/test/cedet/ede-tests.el | |||
| @@ -56,3 +56,5 @@ The search is done with the current EDE root." | |||
| 56 | (ede-locate-file-in-project loc file) | 56 | (ede-locate-file-in-project loc file) |
| 57 | (data-debug-insert-object-slots loc "]")) | 57 | (data-debug-insert-object-slots loc "]")) |
| 58 | ) | 58 | ) |
| 59 | |||
| 60 | ;; arch-tag: 79fae12e-652f-4544-a20e-b24d87b4917d | ||
diff --git a/test/cedet/semantic-ia-utest.el b/test/cedet/semantic-ia-utest.el index e5bc0fb65fd..4962d6b8e19 100644 --- a/test/cedet/semantic-ia-utest.el +++ b/test/cedet/semantic-ia-utest.el | |||
| @@ -506,4 +506,6 @@ Pass ARGS to format to create the log message." | |||
| 506 | (apply 'cedet-utest-log args)) | 506 | (apply 'cedet-utest-log args)) |
| 507 | 507 | ||
| 508 | (provide 'semantic-ia-utest) | 508 | (provide 'semantic-ia-utest) |
| 509 | |||
| 510 | ;; arch-tag: 03ede3fb-7ef0-4500-a7c2-bbf647957310 | ||
| 509 | ;;; semantic-ia-utest.el ends here | 511 | ;;; semantic-ia-utest.el ends here |
diff --git a/test/cedet/semantic-tests.el b/test/cedet/semantic-tests.el index 1cf23f66090..64222d50823 100644 --- a/test/cedet/semantic-tests.el +++ b/test/cedet/semantic-tests.el | |||
| @@ -434,3 +434,5 @@ gcc version 2.95.2 19991024 (release)" | |||
| 434 | (let ((semantic-gcc-test-strings (list (semantic-gcc-query "gcc" "-v")))) | 434 | (let ((semantic-gcc-test-strings (list (semantic-gcc-query "gcc" "-v")))) |
| 435 | (semantic-gcc-test-output-parser)) | 435 | (semantic-gcc-test-output-parser)) |
| 436 | ) | 436 | ) |
| 437 | |||
| 438 | ;; arch-tag: 91686489-4ab3-4392-8277-b3831269ddbb | ||
diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el index dc84165b8d7..3079f13a7af 100644 --- a/test/cedet/semantic-utest-c.el +++ b/test/cedet/semantic-utest-c.el | |||
| @@ -68,4 +68,6 @@ | |||
| 68 | 68 | ||
| 69 | 69 | ||
| 70 | (provide 'semantic-utest-c) | 70 | (provide 'semantic-utest-c) |
| 71 | |||
| 72 | ;; arch-tag: a90183e0-36ba-486e-9adb-8d37c929e6ba | ||
| 71 | ;;; semantic-utest-c.el ends here | 73 | ;;; semantic-utest-c.el ends here |
diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index 51d1341245f..8a3278774f9 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el | |||
| @@ -864,4 +864,5 @@ SKIPNAMES is a list of names to remove from NAME-CONTENTS" | |||
| 864 | 864 | ||
| 865 | 865 | ||
| 866 | 866 | ||
| 867 | ;; arch-tag: 082cbe6f-2290-476e-9760-a19a6bdd16b8 | ||
| 867 | ;;; semantic-utest.el ends here | 868 | ;;; semantic-utest.el ends here |
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el index 0c13936829d..f48041144a4 100644 --- a/test/cedet/srecode-tests.el +++ b/test/cedet/srecode-tests.el | |||
| @@ -264,3 +264,5 @@ Dump out the extracted dictionary." | |||
| 264 | (princ (semantic-tag-name fcn-in)) | 264 | (princ (semantic-tag-name fcn-in)) |
| 265 | (princ "\n--------------------------------------------\n") | 265 | (princ "\n--------------------------------------------\n") |
| 266 | (srecode-dump extract)))))) | 266 | (srecode-dump extract)))))) |
| 267 | |||
| 268 | ;; arch-tag: 7a467849-b415-4bdc-ba2a-284ace156a65 | ||
diff --git a/test/cedet/tests/scopetest.cpp b/test/cedet/tests/scopetest.cpp index e84dd0dde06..cb425c8b065 100644 --- a/test/cedet/tests/scopetest.cpp +++ b/test/cedet/tests/scopetest.cpp | |||
| @@ -45,3 +45,4 @@ int aclass2::amethod2(int arg2) | |||
| 45 | ac; | 45 | ac; |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | // arch-tag: 9336063c-6b2e-4677-a390-d2dd091a2474 | ||
diff --git a/test/cedet/tests/templates.cpp b/test/cedet/tests/templates.cpp index 5ddee820e24..c65365f7932 100644 --- a/test/cedet/tests/templates.cpp +++ b/test/cedet/tests/templates.cpp | |||
| @@ -127,3 +127,4 @@ foo<0> bar0; | |||
| 127 | class SomeName; | 127 | class SomeName; |
| 128 | class OtherName; | 128 | class OtherName; |
| 129 | 129 | ||
| 130 | // arch-tag: 55ff74de-74dc-44ad-8252-50dc5f3492c3 | ||
diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c index 3146bbcc53a..38f371a3920 100644 --- a/test/cedet/tests/test.c +++ b/test/cedet/tests/test.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Test file for C language. | 1 | /* Test file for C language. |
| 2 | * Attempt to include as many aspects of the C language as possible. | 2 | * Attempt to include as many aspects of the C language as possible. |
| 3 | * | 3 | * |
| 4 | * $Id: test.c,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ | 4 | * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $ |
| 5 | * | 5 | * |
| 6 | */ | 6 | */ |
| 7 | /* types of include files */ | 7 | /* types of include files */ |
| @@ -220,3 +220,6 @@ int funk4_fixme(arg_61, arg_62) | |||
| 220 | } | 220 | } |
| 221 | 221 | ||
| 222 | /* End of C tests */ | 222 | /* End of C tests */ |
| 223 | |||
| 224 | /* arch-tag: ac9c7740-05ad-4821-a0b4-5db4357750ae | ||
| 225 | (do not change this comment) */ | ||
diff --git a/test/cedet/tests/test.cpp b/test/cedet/tests/test.cpp index 43887b084a1..15de3cf0904 100644 --- a/test/cedet/tests/test.cpp +++ b/test/cedet/tests/test.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * Do not include things tested in test.c since that shares the | 3 | * Do not include things tested in test.c since that shares the |
| 4 | * same language. | 4 | * same language. |
| 5 | * | 5 | * |
| 6 | * $Id: test.cpp,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ | 6 | * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ |
| 7 | * | 7 | * |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| @@ -591,3 +591,5 @@ wchar_t testc = L'a'; | |||
| 591 | wchar_t const *wp = L"string with a \" in it"; | 591 | wchar_t const *wp = L"string with a \" in it"; |
| 592 | wchar_t const *wq = L"string \n\t\"test" L"string2"; | 592 | wchar_t const *wq = L"string \n\t\"test" L"string2"; |
| 593 | wchar_t const *wr = L"string L"; | 593 | wchar_t const *wr = L"string L"; |
| 594 | |||
| 595 | // arch-tag: 59828880-d72f-4059-922f-89579edf9e58 | ||
diff --git a/test/cedet/tests/test.el b/test/cedet/tests/test.el index 2997b687677..79420036bb6 100644 --- a/test/cedet/tests/test.el +++ b/test/cedet/tests/test.el | |||
| @@ -139,3 +139,5 @@ | |||
| 139 | ;;; Provide | 139 | ;;; Provide |
| 140 | ;; | 140 | ;; |
| 141 | (provide 'test) | 141 | (provide 'test) |
| 142 | |||
| 143 | ;; arch-tag: ecda6dd6-db71-4b28-aa47-6adc585dce06 | ||
diff --git a/test/cedet/tests/test.py b/test/cedet/tests/test.py index 1ae5b79e7fb..e45cb9862e9 100644 --- a/test/cedet/tests/test.py +++ b/test/cedet/tests/test.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Test file for Python language. | 1 | # Test file for Python language. |
| 2 | # | 2 | # |
| 3 | # $Id: test.py,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ | 3 | # $Id: test.py,v 1.2 2009/09/28 23:23:31 cyd Exp $ |
| 4 | 4 | ||
| 5 | # Simle class compount statement with blank lines sprinkled. | 5 | # Simle class compount statement with blank lines sprinkled. |
| 6 | class Foo(Bar): | 6 | class Foo(Bar): |
| @@ -577,3 +577,5 @@ def test(HandlerClass = BaseHTTPRequestHandler, | |||
| 577 | 577 | ||
| 578 | if __name__ == '__main__': | 578 | if __name__ == '__main__': |
| 579 | test() | 579 | test() |
| 580 | |||
| 581 | # arch-tag: 567449b3-cc90-45b6-bbe3-1e113995bdae | ||
diff --git a/test/cedet/tests/testdoublens.cpp b/test/cedet/tests/testdoublens.cpp index 1cf48761ac7..c3a2fc4a5e6 100644 --- a/test/cedet/tests/testdoublens.cpp +++ b/test/cedet/tests/testdoublens.cpp | |||
| @@ -146,3 +146,5 @@ namespace d { | |||
| 146 | 146 | ||
| 147 | } // namespace f | 147 | } // namespace f |
| 148 | } // namespace d | 148 | } // namespace d |
| 149 | |||
| 150 | // arch-tag: a185c9f1-7519-48de-8eba-9d9b4140624b | ||
diff --git a/test/cedet/tests/testdoublens.hpp b/test/cedet/tests/testdoublens.hpp index 3f9a8a251c3..917a75504b3 100644 --- a/test/cedet/tests/testdoublens.hpp +++ b/test/cedet/tests/testdoublens.hpp | |||
| @@ -49,3 +49,5 @@ namespace a { | |||
| 49 | 49 | ||
| 50 | } // namespace b | 50 | } // namespace b |
| 51 | } // namespace a | 51 | } // namespace a |
| 52 | |||
| 53 | // arch-tag: 22e0ca95-6a61-4627-8816-68c67a896a8d | ||
diff --git a/test/cedet/tests/testfriends.cpp b/test/cedet/tests/testfriends.cpp index f84ed5a2190..ef024f43f0f 100644 --- a/test/cedet/tests/testfriends.cpp +++ b/test/cedet/tests/testfriends.cpp | |||
| @@ -35,3 +35,5 @@ int B::testB() { | |||
| 35 | 35 | ||
| 36 | int B::testAB() { // %1% ( ( "testfriends.cpp" ) ( "B" "B::testAB" ) ) | 36 | int B::testAB() { // %1% ( ( "testfriends.cpp" ) ( "B" "B::testAB" ) ) |
| 37 | } | 37 | } |
| 38 | |||
| 39 | // arch-tag: 31ea93db-59f8-4301-8e32-06536358618e | ||
diff --git a/test/cedet/tests/testnsp.cpp b/test/cedet/tests/testnsp.cpp index 00723c693cd..fba9bdfb170 100644 --- a/test/cedet/tests/testnsp.cpp +++ b/test/cedet/tests/testnsp.cpp | |||
| @@ -26,3 +26,5 @@ void myfcn_not_in_ns (void) { | |||
| 26 | test.// -1- | 26 | test.// -1- |
| 27 | ; // #1# ( "fromchild" "fromroot" ) | 27 | ; // #1# ( "fromchild" "fromroot" ) |
| 28 | } | 28 | } |
| 29 | |||
| 30 | // arch-tag: 2e9c6bf7-1574-440f-ba66-5c8fe034cdec | ||
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index fea842d6902..7934889b4b2 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * Copyright (C) 2009 Eric M. Ludlam | 3 | * Copyright (C) 2009 Eric M. Ludlam |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | * X-RCS: $Id: testpolymorph.cpp,v 1.1.2.1 2009/09/20 04:00:18 cyd Exp $ | 6 | * X-RCS: $Id: testpolymorph.cpp,v 1.2 2009/09/28 23:23:32 cyd Exp $ |
| 7 | * | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or | 8 | * This program is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU General Public License as | 9 | * modify it under the terms of the GNU General Public License as |
| @@ -129,3 +129,5 @@ namespace template_multiple_spec { | |||
| 129 | 129 | ||
| 130 | 130 | ||
| 131 | // End of polymorphism test file. | 131 | // End of polymorphism test file. |
| 132 | |||
| 133 | // arch-tag: e2c04959-9b3b-4b4f-b9c2-445bf4848aa4 | ||
diff --git a/test/cedet/tests/testspp.c b/test/cedet/tests/testspp.c index c7ff76203b2..da0a8e9d965 100644 --- a/test/cedet/tests/testspp.c +++ b/test/cedet/tests/testspp.c | |||
| @@ -82,3 +82,5 @@ int no_show_moose_elif_2() {} | |||
| 82 | int show_moose_elif_else() {} | 82 | int show_moose_elif_else() {} |
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | /* arch-tag: 5ea50b2a-1e12-439e-ade4-e68267f49674 | ||
| 86 | (do not change this comment) */ | ||
diff --git a/test/cedet/tests/testsppcomplete.c b/test/cedet/tests/testsppcomplete.c index 4a37e885f22..772be333008 100644 --- a/test/cedet/tests/testsppcomplete.c +++ b/test/cedet/tests/testsppcomplete.c | |||
| @@ -27,3 +27,6 @@ int main(int argc, char *argv[]) { | |||
| 27 | bar->// -3- | 27 | bar->// -3- |
| 28 | ; // #3# ( "test" ) | 28 | ; // #3# ( "test" ) |
| 29 | } | 29 | } |
| 30 | |||
| 31 | /* arch-tag: f4a9fe26-9035-4378-b951-9f06d6554599 | ||
| 32 | (do not change this comment) */ | ||
diff --git a/test/cedet/tests/testsppreplace.c b/test/cedet/tests/testsppreplace.c index 390e0953fcb..2785da05465 100644 --- a/test/cedet/tests/testsppreplace.c +++ b/test/cedet/tests/testsppreplace.c | |||
| @@ -133,3 +133,6 @@ int STARTMACRO () { | |||
| 133 | 133 | ||
| 134 | 134 | ||
| 135 | /* END */ | 135 | /* END */ |
| 136 | |||
| 137 | /* arch-tag: ee9bd650-35f4-468f-82d7-a5f3606c0132 | ||
| 138 | (do not change this comment) */ | ||
diff --git a/test/cedet/tests/testsppreplaced.c b/test/cedet/tests/testsppreplaced.c index f4d8889409f..580f7300cb8 100644 --- a/test/cedet/tests/testsppreplaced.c +++ b/test/cedet/tests/testsppreplaced.c | |||
| @@ -95,3 +95,6 @@ int MACROA () { | |||
| 95 | 95 | ||
| 96 | 96 | ||
| 97 | /* End */ | 97 | /* End */ |
| 98 | |||
| 99 | /* arch-tag: fbc5621d-769c-45d0-b924-6c56743189e5 | ||
| 100 | (do not change this comment) */ | ||
diff --git a/test/cedet/tests/teststruct.cpp b/test/cedet/tests/teststruct.cpp index 6bc27b97208..8ecdc548871 100644 --- a/test/cedet/tests/teststruct.cpp +++ b/test/cedet/tests/teststruct.cpp | |||
| @@ -64,3 +64,5 @@ int foo () { | |||
| 64 | ; | 64 | ; |
| 65 | // #2# ("implementation" "interface" "static_func" "static_sub_func") | 65 | // #2# ("implementation" "interface" "static_func" "static_sub_func") |
| 66 | } | 66 | } |
| 67 | |||
| 68 | // arch-tag: d6e39f96-525e-44af-8cd1-d03e1829acd3 | ||
diff --git a/test/cedet/tests/testsubclass.cpp b/test/cedet/tests/testsubclass.cpp index 30da4a85987..4e0e0c0dbda 100644 --- a/test/cedet/tests/testsubclass.cpp +++ b/test/cedet/tests/testsubclass.cpp | |||
| @@ -229,3 +229,4 @@ bool sneaky::bugalope::testAccess() //^9^ | |||
| 229 | ; | 229 | ; |
| 230 | } | 230 | } |
| 231 | 231 | ||
| 232 | // arch-tag: 20a08c42-9ba6-4c8d-966a-893b37c841ef | ||
diff --git a/test/cedet/tests/testsubclass.hh b/test/cedet/tests/testsubclass.hh index 8c9886d55f1..1c4fdb97bef 100644 --- a/test/cedet/tests/testsubclass.hh +++ b/test/cedet/tests/testsubclass.hh | |||
| @@ -173,3 +173,5 @@ namespace sneaky { | |||
| 173 | }; | 173 | }; |
| 174 | 174 | ||
| 175 | #endif | 175 | #endif |
| 176 | |||
| 177 | // arch-tag: e292a1d5-5434-4b4d-8e0e-808101ad84b6 | ||
diff --git a/test/cedet/tests/testtemplates.cpp b/test/cedet/tests/testtemplates.cpp index 4ffb71c718c..4e0f0e4abfa 100644 --- a/test/cedet/tests/testtemplates.cpp +++ b/test/cedet/tests/testtemplates.cpp | |||
| @@ -88,3 +88,5 @@ main(void) { | |||
| 88 | ; | 88 | ; |
| 89 | 89 | ||
| 90 | } | 90 | } |
| 91 | |||
| 92 | // arch-tag: 03cbb8c3-3d01-42ab-b416-42a08ea7b896 | ||
diff --git a/test/cedet/tests/testtypedefs.cpp b/test/cedet/tests/testtypedefs.cpp index 35965a6ad60..44848ab335a 100644 --- a/test/cedet/tests/testtypedefs.cpp +++ b/test/cedet/tests/testtypedefs.cpp | |||
| @@ -72,3 +72,5 @@ int main() | |||
| 72 | 72 | ||
| 73 | return 0; | 73 | return 0; |
| 74 | } | 74 | } |
| 75 | |||
| 76 | // arch-tag: 5a841384-8685-4344-bf45-15d3db19a87b | ||
diff --git a/test/cedet/tests/testusing.cpp b/test/cedet/tests/testusing.cpp index b35f3a13063..3bd95a38113 100644 --- a/test/cedet/tests/testusing.cpp +++ b/test/cedet/tests/testusing.cpp | |||
| @@ -130,3 +130,5 @@ void func8() | |||
| 130 | g.//-10- | 130 | g.//-10- |
| 131 | ; //#10# ( "four" "three" ) | 131 | ; //#10# ( "four" "three" ) |
| 132 | } | 132 | } |
| 133 | |||
| 134 | // arch-tag: 8e68d5d1-4d48-47c6-a910-d8d6b66b2768 | ||
diff --git a/test/cedet/tests/testusing.hh b/test/cedet/tests/testusing.hh index d8b4e905531..4c91bf0db24 100644 --- a/test/cedet/tests/testusing.hh +++ b/test/cedet/tests/testusing.hh | |||
| @@ -123,3 +123,5 @@ namespace outerinner { | |||
| 123 | // equivalent to 'namespace outerinner = outer::inner;' | 123 | // equivalent to 'namespace outerinner = outer::inner;' |
| 124 | using namespace outer::inner; | 124 | using namespace outer::inner; |
| 125 | } | 125 | } |
| 126 | |||
| 127 | // arch-tag: f7e59fad-100b-47d3-ae8b-a8390a026ade | ||
diff --git a/test/cedet/tests/testvarnames.c b/test/cedet/tests/testvarnames.c index 5e576fd0328..eeb5997b0ba 100644 --- a/test/cedet/tests/testvarnames.c +++ b/test/cedet/tests/testvarnames.c | |||
| @@ -69,3 +69,6 @@ int test_1(int var_arg1) { | |||
| 69 | in_var2.// -11- | 69 | in_var2.// -11- |
| 70 | ; // #11# ( "named_3" "named_4") | 70 | ; // #11# ( "named_3" "named_4") |
| 71 | } | 71 | } |
| 72 | |||
| 73 | /* arch-tag: ca9f23e9-0c66-4a5e-b233-3fdc841d3a63 | ||
| 74 | (do not change this comment) */ | ||