pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.756 2005/07/13 18:16:29 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.757 2005/09/14 17:49:31 marcus 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:8651:   test_eq(`+("human","number",666,111),"humannumber666111")   test_eq(`+("humannumber",`+(666+111)),"humannumber777")   test_eq(`+("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","x","y"),"abcdefghijklmnopqrstuvxy")   test_eq(`+(1.0+1.0),2.0)   test_eq(`+(1.0,-1.0),0.0)   test_eq(`+(-1.0,-1.0),-2.0)   test_equal(`+(({1,2,3}),({4,5,6})),({1,2,3,4,5,6}))   test_equal(`+((<1,2,3,4>),(<4,5,6>)),(<1,2,3,4,4,5,6>))   test_equal(`+(([0:1,3:6]),([5:2,3:6])),([0:1,3:6,3:6,5:2]))    + test_equal(17+class{mixed ``+(mixed n){return (<n>);}}(),(<17>)) + cond([[ sizeof( cpp("__AUTO_BIGNUM__")/"__AUTO_BIGNUM__" ) == 1 ]], + [[ +  test_equal(1700000000000000000000+class{mixed ``+(mixed n){return (<n>);}}(),(<1700000000000000000000>)) +  cond( [[ master()->resolv("Gmp")->mpz ]], +  [[ +  test_eval_error(Gmp.mpz(1700000000000000000000)+class{mixed ``+(mixed n){return (<n>);}}()) +  ]]) + ]]) +    // - `-   // - `->   // - `->=   // - `/   // - `<   // - `<<   // - `<=   // - `==   // - `>   // - `>=