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
Packages & Registries
Packages & Registries
Container Registry
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
eda76df4
Commit
eda76df4
authored
Jun 28, 2005
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable nil arrays, vectors in lispworks
parent
9150a877
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ansi-tests/doit.lsp
ansi-tests/doit.lsp
+5
-0
ansi-tests/doit2.lsp
ansi-tests/doit2.lsp
+5
-0
No files found.
ansi-tests/doit.lsp
View file @
eda76df4
...
...
@@ -26,6 +26,11 @@
(rt:disable-note :assume-no-simple-streams)
(rt:disable-note :assume-no-gray-streams))
#+lispworks
(progn
(rtest:disable-note :allow-nil-arrays)
(rtest:disable-note :nil-vectors-are-strings))
(in-package :cl-test)
;;; These two tests will misbehave if the tests are being
...
...
ansi-tests/doit2.lsp
View file @
eda76df4
...
...
@@ -6,6 +6,11 @@
(rt:disable-note :assume-no-simple-streams)
(rt:disable-note :assume-no-gray-streams))
#+lispworks
(progn
(rtest:disable-note :allow-nil-arrays)
(rtest:disable-note :nil-vectors-are-strings))
(in-package :cl-test)
;;; These two tests will misbehave if the tests are being
...
...
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