Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
fbefd4d6
Commit
fbefd4d6
authored
Jan 08, 2009
by
ehuelsmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 2 tests which fail when executed from a loading file.
Note these are removed from the test set in DOIT.LSP too.
parent
f8352d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ansi-tests/compileit.lsp
ansi-tests/compileit.lsp
+6
-0
No files found.
ansi-tests/compileit.lsp
View file @
fbefd4d6
...
@@ -21,6 +21,12 @@
...
@@ -21,6 +21,12 @@
(rt:disable-note :assume-no-gray-streams))
(rt:disable-note :assume-no-gray-streams))
(in-package :cl-test)
(in-package :cl-test)
;;; These two tests will misbehave if the tests are being
;;; invoked from a file that is being loaded, so remove them
(when *load-pathname*
(mapc #'regression-test:rem-test '(load-pathname.1 load-truename.1)))
(time (regression-test:do-tests))
(time (regression-test:do-tests))
#+allegro :exit
#+allegro :exit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment