sb-introspect self-tests fail when sb-source-locations disabled

Bug #1635349 reported by Tomas Hlavaty
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

on ubuntu:

hlavaty@u14:~/sbcl$ cat customize-target-features.lisp
(lambda (features)
  (flet ((enable (x)
                 (pushnew x features))
         (disable (x)
                  (setf features (remove x features))))
        (disable :sb-source-locations)
        ))

WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-introspect
Command exited with non-zero status 1

3 out of 96 total tests failed: SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.4,
   SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.12,
   SB-INTROSPECT-TEST::FIND-SOURCE-STUFF.24.
WARNING: ignoring expected failures in test-op
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1002CCEE03}>:
  test-op failed with unexpected failures

Douglas Katzman (dougk)
Changed in sbcl:
status: New → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.