diff options
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." (provide 'cedet-utests) +;; arch-tag: ace16290-4119-4df0-b33c-8c6b809f420d ;;; 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." (ede-locate-file-in-project loc file) (data-debug-insert-object-slots loc "]")) ) + +;; 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." (apply 'cedet-utest-log args)) (provide 'semantic-ia-utest) + +;; arch-tag: 03ede3fb-7ef0-4500-a7c2-bbf647957310 ;;; 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)" (let ((semantic-gcc-test-strings (list (semantic-gcc-query "gcc" "-v")))) (semantic-gcc-test-output-parser)) ) + +;; 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 @@ (provide 'semantic-utest-c) + +;; arch-tag: a90183e0-36ba-486e-9adb-8d37c929e6ba ;;; 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" +;; arch-tag: 082cbe6f-2290-476e-9760-a19a6bdd16b8 ;;; 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." (princ (semantic-tag-name fcn-in)) (princ "\n--------------------------------------------\n") (srecode-dump extract)))))) + +;; 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) ac; } +// 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; class SomeName; class OtherName; +// 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 @@ /* Test file for C language. * Attempt to include as many aspects of the C language as possible. * - * $Id: test.c,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ + * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $ * */ /* types of include files */ @@ -220,3 +220,6 @@ int funk4_fixme(arg_61, arg_62) } /* End of C tests */ + +/* arch-tag: ac9c7740-05ad-4821-a0b4-5db4357750ae + (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 @@ * Do not include things tested in test.c since that shares the * same language. * - * $Id: test.cpp,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ + * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ * */ @@ -591,3 +591,5 @@ wchar_t testc = L'a'; wchar_t const *wp = L"string with a \" in it"; wchar_t const *wq = L"string \n\t\"test" L"string2"; wchar_t const *wr = L"string L"; + +// 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 @@ ;;; Provide ;; (provide 'test) + +;; 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 @@ # Test file for Python language. # -# $Id: test.py,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ +# $Id: test.py,v 1.2 2009/09/28 23:23:31 cyd Exp $ # Simle class compount statement with blank lines sprinkled. class Foo(Bar): @@ -577,3 +577,5 @@ def test(HandlerClass = BaseHTTPRequestHandler, if __name__ == '__main__': test() + +# 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 { } // namespace f } // namespace d + +// 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 { } // namespace b } // namespace a + +// 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() { int B::testAB() { // %1% ( ( "testfriends.cpp" ) ( "B" "B::testAB" ) ) } + +// 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) { test.// -1- ; // #1# ( "fromchild" "fromroot" ) } + +// 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 @@ * Copyright (C) 2009 Eric M. Ludlam * * Author: Eric M. Ludlam <eric@siege-engine.com> - * X-RCS: $Id: testpolymorph.cpp,v 1.1.2.1 2009/09/20 04:00:18 cyd Exp $ + * X-RCS: $Id: testpolymorph.cpp,v 1.2 2009/09/28 23:23:32 cyd Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -129,3 +129,5 @@ namespace template_multiple_spec { // End of polymorphism test file. + +// 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() {} int show_moose_elif_else() {} #endif +/* arch-tag: 5ea50b2a-1e12-439e-ade4-e68267f49674 + (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[]) { bar->// -3- ; // #3# ( "test" ) } + +/* arch-tag: f4a9fe26-9035-4378-b951-9f06d6554599 + (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 () { /* END */ + +/* arch-tag: ee9bd650-35f4-468f-82d7-a5f3606c0132 + (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 () { /* End */ + +/* arch-tag: fbc5621d-769c-45d0-b924-6c56743189e5 + (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 () { ; // #2# ("implementation" "interface" "static_func" "static_sub_func") } + +// 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^ ; } +// 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 { }; #endif + +// 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) { ; } + +// 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() return 0; } + +// 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() g.//-10- ; //#10# ( "four" "three" ) } + +// 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 { // equivalent to 'namespace outerinner = outer::inner;' using namespace outer::inner; } + +// 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) { in_var2.// -11- ; // #11# ( "named_3" "named_4") } + +/* arch-tag: ca9f23e9-0c66-4a5e-b233-3fdc841d3a63 + (do not change this comment) */ |