Skip to content

Commit

Permalink
test: remove obsolete tests
Browse files Browse the repository at this point in the history
After doing some research, I've discovered that most of these tests no
longer test what they were originally intended to test.

An exception here is the 'macro-hooks' test, which is probably better
suited as an integration test, so I removed its unit test and kept its
integration test.

Really, most of these tests weren't all that useful to begin with, so
it's not a big loss.  The one exception is 'gcc-static-local-var-2',
which was originally meant to test multiple static local variables with
the same name in the name function.  That's a good thing, so I'll try to
come up with another test for that which works with Linux 4.16.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
  • Loading branch information
jpoimboe committed Apr 19, 2018
1 parent 805b1f5 commit af9f9f4
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 140 deletions.
11 changes: 0 additions & 11 deletions test/integration/fedora-27/gcc-isra.patch

This file was deleted.

16 changes: 0 additions & 16 deletions test/integration/fedora-27/gcc-mangled-3.patch

This file was deleted.

13 changes: 0 additions & 13 deletions test/integration/fedora-27/gcc-static-local-var-2.patch

This file was deleted.

21 changes: 0 additions & 21 deletions test/integration/fedora-27/gcc-static-local-var-4.patch

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/fedora-27/gcc-static-local-var-4.test

This file was deleted.

12 changes: 0 additions & 12 deletions test/integration/fedora-27/module-kvm-fixup.patch

This file was deleted.

11 changes: 0 additions & 11 deletions test/integration/fedora-27/parainstructions-section.patch

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-isra.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-isra.PATCHED.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-mangled-3.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-mangled-3.PATCHED.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-static-local-var-2.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-static-local-var-2.PATCHED.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-static-local-var-4.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/gcc-static-local-var-4.PATCHED.o

This file was deleted.

7 changes: 0 additions & 7 deletions test/unit/x86_64/gcc-static-local-var-4.test

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/macro-hooks.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/macro-hooks.PATCHED.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/module-kvm-fixup.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/module-kvm-fixup.PATCHED.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/parainstructions-section.ORIG.o

This file was deleted.

3 changes: 0 additions & 3 deletions test/unit/x86_64/parainstructions-section.PATCHED.o

This file was deleted.

0 comments on commit af9f9f4

Please sign in to comment.