pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.671 2003/08/26 17:34:32 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.672 2003/08/26 18:33:20 mast 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:9180:    int x=random(100);    int `<(object o) {return x < o->x;}    };    array(object) o=allocate(100,foo)();    sort(o);    for(int e=1;e<100;e++)    if(o[e-1]->x > o[e]->x)    return e;    return -1;   ]],-1) + test_equal(sort (({(<2>), (<1>)})), ({(<1>), (<2>)})) +    dnl missing tests for objects, arrays, multisets and mappings      // - sprintf   // Tested in sprintf      // - sqrt   // Tested in _math      // - strerror   test_true(stringp(strerror(0)))