pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.588 2003/01/16 15:35:23 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.589 2003/01/16 15:38:01 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])      cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())   ]]);   test_eq(1e1,10.0);   test_eq(1E1,10.0);
pike.git/src/testsuite.in:9323:    Thread.Fifo fifo=Thread.Fifo();       for(int e=0;e<10;e++)    {    fnord+=({ thread_create(lambda() {    Process.create_process(({"/bin/cat","/dev/null"}));    fifo->read();    })    });    } -  for(int e=0;e<50;e++) Stdio.Port()->bind(0); +  // for(int e=0;e<50;e++) Stdio.Port()->bind(0);    for(int e=0;e<10;e++) fifo->write(1);    fnord->wait();    __signal_watchdog();    }    ]])   ]])      cond([[ file_stat("/bin/sleep") && all_constants()->thread_create && (cpp("__NT__")/"\n")[1]=="__NT__" ]],   [[   test_any([[