Add FIXME

I'm not sure which test to blame: sb-posix.impure for being too sensitive
or run-sbcl.test.sh for changing the source tree.
I kinda feel that affecting the tree is the greater sin but I could also
see an argument that the DIRECTORY test needs better isolation.
This commit is contained in:
Douglas Katzman 2023-11-07 15:04:44 -05:00
parent c0909103ae
commit a3e29ded44

View file

@ -157,6 +157,10 @@ use_test_subdirectory () { # not a "subdirectory" now, but don't feel like renam
trap "cleanup_test_subdirectory" EXIT
}
# FIXME: Is it really true that a test must alter the source tree? How pathetic.
# In particular, failures can occur in the :READDIR/DIRENT-NAME test of sb-posix
# when using parallel-exec, because "run-sbcl-test-NNNN" randomly appears
# in either the SB-POSIX:READDIR call or CL:DIRECTORY but not both.
use_test_subdirectory_in_source_tree () { # DON'T USE THIS!
if test -d "$TEST_DIRECTORY"
then