summaryrefslogtreecommitdiff
path: root/tests/ps/test-cvr.ps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ps/test-cvr.ps')
-rw-r--r--tests/ps/test-cvr.ps18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/ps/test-cvr.ps b/tests/ps/test-cvr.ps
deleted file mode 100644
index ba4eb28..0000000
--- a/tests/ps/test-cvr.ps
+++ /dev/null
@@ -1,18 +0,0 @@
-initunittest
-
-true /cvr [[/integertype /realtype]] typecheck
-false /cvr [[/booleantype /nametype /arraytype /dicttype /nulltype /operatortype /marktype /filetype /savetype /proctype]] typecheck
-
-[] /stackunderflow true initunittestdict {cvr} unittest
-[(foo) noaccess] /invalidaccess true initunittestdict /readable /writable 2 setunittestmask {(foo) noaccess cvr} unittest
-[(foo) executeonly] /invalidaccess true initunittestdict /executeonly /readable /writable 3 setunittestmask {(foo) executeonly cvr} unittest
-[(foo)] /typecheck true initunittestdict {(foo) cvr} unittest
-[()] /syntaxerror true initunittestdict {() cvr} unittest
-[(1e+400)] /limitcheck true initunittestdict {(1e+400) cvr} unittest
-% XXX: how does /undefinedresult happen?
-[1.0] null true initunittestdict {1 cvr} unittest
-[-1.0] null true initunittestdict {-1 cvr} unittest
-[3.14] null true initunittestdict {3.14 cvr} unittest
-[1e+10] null true initunittestdict {(1e+10) cvr} unittest
-
-unittestresult