pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2020-02-01
2020-02-01 11:19:48 by Marcus Comstedt <marcus@mc.pp.se>
ac806a11a7380e60e6865f92b3ba0b753afef183 (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
master
Testsuite: Hide deprecation warnings about system/popen
5855:
cond_begin([[all_constants()->thread_create]]) // _disable_threads
-
test_any([[
+
test_any
_deprecated
([[
// FIXME: Uses deprecated function Process.system
#ifndef __NT__ // Using a named pipe here to make open() block. That doesn't exist on NT.
6016:
return 1; ]], 1)
-
test_any([[
+
test_any
_deprecated
([[
// FIXME: Uses deprecated function Process.system
Stdio.write_file ("testsuite_test.pike", #"\ int main() {
8366:
array a=({k+17,k+16,k+13,k+14,k+12,k,k+9}); return sort(a)[0]==k && sort(a)[-1]==k+17]],1)
-
test_
do
([[
+
test_
any_deprecated
([[
// FIXME: Uses deprecated function Process.system
// This is a memleak test rm("testsuite_test.pike"); Stdio.write_file("testsuite_test.pike",
8374:
"int main() {}\n"); Process.system(RUNPIKE +" testsuite_test.pike"); rm("testsuite_test.pike");
-
]])
+
return 0;
+
]]
,0
)
// test the corresponding integer operations first test_any([[int k=100; int j=k+1;