]> git.eshelyaron.com Git - emacs.git/commit
Remove tests and redundant resources not destined for merge
authorEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:52:38 +0000 (20:52 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Sat, 28 Jan 2017 08:52:12 +0000 (10:52 +0200)
commit3cc63e2b32845e62848cbe724d380f737726d491
tree778bf8a4e82fa24d2e83e08169cc15a125644931
parentec14f1caab87bf0066ccb81cae458937343cdb80
Remove tests and redundant resources not destined for merge

Many of the resource files are in another location after the merge and
the patches did not cover that movement.  Other files are not
appropriate for Emacs core; such as the ede and README files.  Even
more still relate to Java, COGRE and other such features not destined
for merging.  Files with modifications were those were many patches
failed and I decided to follow up the merge with a diff to their
counterpart in upstream.
* test/manual/cedet/Makefile: deleted
* test/manual/cedet/Project.ede: deleted
* test/manual/cedet/README: deleted
* test/manual/cedet/cedet-integ-test.el: (ede-make, cogre, cit-uml,
  cit-android, cit-gnustep, cedet-integ-test-android,
  cedet-integ-test-GNUStep): deleted.  (cedet-integ-base,
  cit-checkenv, cit-projvar, cit-cpproot, cit-globalref): new
  requires.  (cedet-integ-test-Make): merged diffs from
  upstream.  (cedet-integ-test-cpproot): added from
  upstream.  (cedet-integ-test-globalref): added from
  upstream. (cit-finish-message): merged diffs from
  upstream.  (cit-srecode-fill-with-stuff-notest): added from
  upstream.  (cit-srecode-insert-taglist): added from
  upstream.  (cit-tag-verify-error-debug): merged diffs from
  upstream.  (cit-compile-and-wait): merged diffs from
  upstream.  (cit-compile-and-wait-using-ede-command): merged diffs
  from upstream.  (cit-wait-for-compilation): merged diffs from
  upstream.  (cit-check-compilation-for-error): merged diffs from
  upstream.  (cit-run-target): merged diffs from upstream.
* test/manual/cedet/cedet-utests.el: (cedet-compat,
  cedet/ede/compdb-utest, cedet/cogre/utestcedet/cogre/utest,
  cedet/cogre/periodic-utest, cedet/cogre/convert-utest):
  deleted.  (cit-utest-alist): Merged diffs from
  upstream.  (cedet-utest): merged diffs from upstream.
* test/manual/cedet/cedet/ede/detect-utest.el:
  (ede-detect-utest-project-entries): removed android, compdb, ninja,
  lein, maven and java-root detection.  (ede-java-root-project):
  deleted.
* test/manual/cedet/cedet/semantic/utest-parse.el:
  (semantic-utest-C-buffer-contents, semantic-utest-C-name-contents,
  semantic-utest-Python-buffer-contents,
  semantic-utest-Python-name-contents,
  semantic-utest-Scheme-buffer-contents, semantic-utest-Makefile):
  merged diffs from.
* test/manual/cedet/cit-checkenv.el: (cedet-java):
  deleted.  (cit-checkenv-test): merged diffs from upstream.
* test/manual/cedet/cit-cpp.el: (cit-remove-add-to-project-cpp,
  cit-remove-and-do-shared-lib): merged diffs from upstream.
* test/manual/cedet/cit-cpproot.el: (cit-src-cpproot-main-tags,
  cit-cpproot-depfiles, cit-ede-cpproot-test):  merged diffs from
  upstream.
* test/manual/cedet/cit-javaroot.el: deleted
* test/manual/cedet/cit-test.sh: deleted
* test/manual/cedet/ede-tests.el: deleted
* test/manual/cedet/semantic-ia-utest.el: deleted
* test/manual/cedet/semantic-tests.el: deleted
* test/manual/cedet/semantic-utest-c.el: deleted
* test/manual/cedet/semantic-utest.el: deleted
* test/manual/cedet/srecode-tests.el: deleted
* test/manual/cedet/tests/test.c: deleted
* test/manual/cedet/tests/test.el: deleted
* test/manual/cedet/tests/test.make: deleted
* test/manual/cedet/tests/testdoublens.cpp: deleted
* test/manual/cedet/tests/testdoublens.hpp: deleted
* test/manual/cedet/tests/testfriends.cpp: deleted
* test/manual/cedet/tests/testjavacomp.java: deleted
* test/manual/cedet/tests/testnsp.cpp: deleted
* test/manual/cedet/tests/testpolymorph.cpp: deleted
* test/manual/cedet/tests/testspp.c: deleted
* test/manual/cedet/tests/testsppcomplete.c: deleted
* test/manual/cedet/tests/testsppreplace.c: deleted
* test/manual/cedet/tests/testsppreplaced.c: deleted
* test/manual/cedet/tests/testsubclass.cpp: deleted
* test/manual/cedet/tests/testsubclass.hh: deleted
* test/manual/cedet/tests/testtypedefs.cpp: deleted
* test/manual/cedet/tests/testvarnames.c: deleted
* test/manual/cedet/cedet/ede/detect-utest.el:
  (ede-detect-utest-project-entries) removed ant test
* test/manual/cedet/cedet/ede/src/cpproot/README:
* test/manual/cedet/cedet/ede/src/cpproot/src/main.cpp: Added test resources
* test/manual/cedet/cedet/semantic/ia-utest.el:
  (semantic-ia-utest-buffer-refs) Fixed syntax error accidentally
  introduced by merge.
* test/manual/cedet/cedet/semantic/utest-parse.el:
  (semantic-utest-Java-buffer-contents,
  semantic-utest-Java-name-contents): deleted java tests
39 files changed:
test/ChangeLog.1
test/manual/cedet/Makefile [deleted file]
test/manual/cedet/Project.ede [deleted file]
test/manual/cedet/README [deleted file]
test/manual/cedet/cedet-integ-test.el
test/manual/cedet/cedet-utests.el
test/manual/cedet/cedet/ede/detect-utest.el
test/manual/cedet/cedet/ede/src/cpproot/README [new file with mode: 0644]
test/manual/cedet/cedet/ede/src/cpproot/src/main.cpp [new file with mode: 0644]
test/manual/cedet/cedet/semantic/ia-utest.el
test/manual/cedet/cedet/semantic/utest-parse.el
test/manual/cedet/cit-checkenv.el
test/manual/cedet/cit-cpp.el
test/manual/cedet/cit-cpproot.el
test/manual/cedet/cit-javaroot.el [deleted file]
test/manual/cedet/cit-test.sh [deleted file]
test/manual/cedet/ede-tests.el [deleted file]
test/manual/cedet/semantic-ia-utest.el [deleted file]
test/manual/cedet/semantic-tests.el [deleted file]
test/manual/cedet/semantic-utest-c.el [deleted file]
test/manual/cedet/semantic-utest.el [deleted file]
test/manual/cedet/srecode-tests.el [deleted file]
test/manual/cedet/tests/test.c [deleted file]
test/manual/cedet/tests/test.el [deleted file]
test/manual/cedet/tests/test.make [deleted file]
test/manual/cedet/tests/testdoublens.cpp [deleted file]
test/manual/cedet/tests/testdoublens.hpp [deleted file]
test/manual/cedet/tests/testfriends.cpp [deleted file]
test/manual/cedet/tests/testjavacomp.java [deleted file]
test/manual/cedet/tests/testnsp.cpp [deleted file]
test/manual/cedet/tests/testpolymorph.cpp [deleted file]
test/manual/cedet/tests/testspp.c [deleted file]
test/manual/cedet/tests/testsppcomplete.c [deleted file]
test/manual/cedet/tests/testsppreplace.c [deleted file]
test/manual/cedet/tests/testsppreplaced.c [deleted file]
test/manual/cedet/tests/testsubclass.cpp [deleted file]
test/manual/cedet/tests/testsubclass.hh [deleted file]
test/manual/cedet/tests/testtypedefs.cpp [deleted file]
test/manual/cedet/tests/testvarnames.c [deleted file]