pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.580 2002/12/20 15:19:33 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.581 2002/12/29 22:30:53 nilsson 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:9911:   ]],[[ ({}) ]])   test_any_equal([[    class X {    mixed test(int a, mixed ... b) {    if(a) return test(0);    return b;    }    };    return X()->test(1,2);   ]],[[ ({}) ]]) +  +  + // - pike -e + test_false( Process.system(RUNPIKE + " -e \"return 0;\"") ) + test_true( Process.system(RUNPIKE + " -e \"return 1;\"") )