Skip to content

remove path-symex and the symex tool #1379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ test_script:
sed -i "12i mv $name.exe $name.gb" goto-cc-goto-analyzer/chain.sh || true
cat goto-cc-goto-analyzer/chain.sh || true

sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-symex/chain.sh || true
sed -i "11s/.*/$gc $name.c/" goto-cc-symex/chain.sh || true
sed -i "12i mv $name.exe $name.gb" goto-cc-symex/chain.sh || true
cat goto-cc-symex/chain.sh || true

rem HACK disable failing tests
rmdir /s /q ansi-c\arch_flags_mcpu_bad
rmdir /s /q ansi-c\arch_flags_mcpu_good
Expand Down Expand Up @@ -113,11 +108,6 @@ test_script:
rmdir /s /q cbmc-java\tableswitch2
rmdir /s /q goto-gcc
rmdir /s /q goto-instrument\slice08
rmdir /s /q symex\va_args_10
rmdir /s /q symex\va_args_2
rmdir /s /q symex\va_args_3
rmdir /s /q symex\va_args_5
rmdir /s /q symex\va_args_6

make test

Expand Down
2 changes: 0 additions & 2 deletions regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ DIRS = ansi-c \
goto-analyzer \
goto-cc-cbmc \
goto-cc-goto-analyzer \
goto-cc-symex \
goto-diff \
goto-gcc \
goto-instrument \
goto-instrument-typedef \
invariants \
strings \
strings-smoke-tests \
symex \
test-script \
# Empty last line

Expand Down
32 changes: 0 additions & 32 deletions regression/goto-cc-symex/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions regression/goto-cc-symex/chain.sh

This file was deleted.

16 changes: 0 additions & 16 deletions regression/goto-cc-symex/regenerate-entry-function/main.c

This file was deleted.

8 changes: 0 additions & 8 deletions regression/goto-cc-symex/regenerate-entry-function/test.desc

This file was deleted.

19 changes: 0 additions & 19 deletions regression/symex-infeasibility/Makefile

This file was deleted.

101 changes: 0 additions & 101 deletions regression/symex-infeasibility/bst-safe/main.c

This file was deleted.

8 changes: 0 additions & 8 deletions regression/symex-infeasibility/bst-safe/test.desc

This file was deleted.

18 changes: 0 additions & 18 deletions regression/symex-infeasibility/concrete-sum-unsafe/main.c

This file was deleted.

6 changes: 0 additions & 6 deletions regression/symex-infeasibility/concrete-sum-unsafe/test.desc

This file was deleted.

16 changes: 0 additions & 16 deletions regression/symex-infeasibility/concrete-sum/concrete-sum-unsafe.c

This file was deleted.

21 changes: 0 additions & 21 deletions regression/symex-infeasibility/concrete-sum/main.c

This file was deleted.

8 changes: 0 additions & 8 deletions regression/symex-infeasibility/concrete-sum/test.desc

This file was deleted.

39 changes: 0 additions & 39 deletions regression/symex-infeasibility/counter-safe/main.c

This file was deleted.

8 changes: 0 additions & 8 deletions regression/symex-infeasibility/counter-safe/test.desc

This file was deleted.

Loading