pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.890 2010/02/09 12:30:24 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.891 2010/02/23 10:49:42 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])   test_compile_any([[#pike 7.4]])   test_compile_any([[#pike 7.0]])   test_compile_any([[#pike 0.6]])      cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
pike.git/src/testsuite.in:12748:   test_do(call_out(call_out_cb,100000))   test_true(call_out(lambda() {},1000.0))   test_true(remove_call_out(call_out(lambda() {},1000.0)) != -1)   test_true(find_call_out(call_out(lambda() {},1000.0)) > 990)   test_false(zero_type(remove_call_out(call_out(lambda() {},1000.0))))   test_true(arrayp(call_out_info()))   test_true(sizeof(call_out_info()) > 0)   test_true(call_out_info()[-1][0] > 1)   test_eq(find_call_out(call_out_info()[-1][2]), call_out_info()[-1][0])   test_eq(find_call_out(a),-1) + test_eq(zero_type(find_call_out(a)),1)   test_true(zero_type(find_call_out(a)))   test_true(!sizeof(call_out_info()) || function_name(call_out_info()[-1][2])!="call_out_cb")   test_do(remove_call_out(call_out_info()[-1][2]))   test_do(add_constant("call_out_cb"))   test_do(_do_call_outs())   test_any([[    object pid = Process.create_process(RUNPIKE_ARRAY +    ({ "]]SRCDIR[[/test_co.pike" }));    int i;    for (i=0; i < 120; i++) {