Skip to content
Snippets Groups Projects
Commit a4b812d4 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

test condition imposed

Rev: src/testsuite.in:1.101
parent 337c7ac6
No related branches found
No related tags found
No related merge requests found
stest_true([["$Id: testsuite.in,v 1.100 1998/04/28 07:48:53 hubbe Exp $"]]) stest_true([["$Id: testsuite.in,v 1.101 1998/04/28 22:59:11 hubbe Exp $"]])
cond([[all_constants()->_verify_internals]], cond([[all_constants()->_verify_internals]],
[[ [[
test_do(_verify_internals()) test_do(_verify_internals())
...@@ -35,7 +35,10 @@ test_compile_eror(([])()) ...@@ -35,7 +35,10 @@ test_compile_eror(([])())
test_any([[ class X { int y; class Z { void destroy() { y++; } } }; X x=X(); destruct(x->Z()); return x->y;]],1) test_any([[ class X { int y; class Z { void destroy() { y++; } } }; X x=X(); destruct(x->Z()); return x->y;]],1)
test_eval_error([[ class Z { int destroy() { return 1/y; } }(); ]]) test_eval_error([[ class Z { int destroy() { return 1/y; } }(); ]])
cond([[all_constants()->_debug]],
[[
test_do(_debug(_debug(0))) test_do(_debug(_debug(0)))
]])
test_do(_static_modules()) test_do(_static_modules())
test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]]) test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]])
test_compile([[Stdio.File foo=Stdio.File();]]) test_compile([[Stdio.File foo=Stdio.File();]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment