pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.722 2004/04/29 21:44:22 nilsson Exp $"]]); + test_true([["$Id: testsuite.in,v 1.723 2004/05/01 12:19:40 nilsson 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:10766:   ]],[[ ({}) ]])   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;\"") ) +