Skip to content

Commit

Permalink
Remove tst-sigcontext test.
Browse files Browse the repository at this point in the history
It's bogus in many places.
  • Loading branch information
Ulrich Drepper committed Dec 24, 2009
1 parent 9250545 commit a87cd28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 313 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2009-12-15 Maciej W. Rozycki <macro@codesourcery.com>

[BZ #11115]
* stdlib/tst-makecontext3.c: New file.
* stdlib/tst-sigcontext.c: file.
* stdlib/Makefile (tests): Add new tests.
Expand Down
2 changes: 1 addition & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
tst-atof1 tst-atof2 tst-strtod2 tst-strtod3 tst-rand48-2 \
tst-makecontext tst-strtod4 tst-strtod5 tst-qsort2 \
tst-makecontext2 tst-strtod6 tst-unsetenv1 \
tst-makecontext3 tst-sigcontext
tst-makecontext3

include ../Makeconfig

Expand Down
312 changes: 0 additions & 312 deletions stdlib/tst-sigcontext.c

This file was deleted.

0 comments on commit a87cd28

Please sign in to comment.