pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.880 2009/08/18 19:44:34 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.881 2009/08/26 12:26:33 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:10243:    array a=({0,0,0});    array b=copy_value(a); b[0]=17; b[1]=42; b[2]=128;    return equal( ({0,0,0}), a) && equal( ({17,42,128}), b);   ]], 1)   test_any([[    // Bug 3693    array(mapping) a = ({([])})*2;    return a[0] == a[1];   ]], 1)    + test_any([[ +  class X {int __hash() {return 17;}}; +  mixed c = copy_value (X()); +  return objectp (c) && object_program (c) == X; + ]], 1) +    // - cos   // Tested in _math      // - cpp      // - crypt   test_true(stringp(crypt("hej")))   test_true(crypt("hej",crypt("hej")))   test_true(crypt("hej","Oz5i0K.16qkgA"))   test_true(crypt("hej","buf8/Z7taE6qs"))