pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.590 2003/01/16 16:38:37 nilsson Exp $"]]); + test_true([["$Id: testsuite.in,v 1.591 2003/01/20 14:14:33 marcus 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:7874:   test_equal(aggregate_mapping(1,2,3,4), ([1:2,3:4]))   test_eval_error(aggregate_mapping(1,2,3))      // - alarm      // - all_constants   test_true(mappingp(all_constants()))   test_eq(all_constants()["all_constants"],all_constants)      // - all_threads + cond([[all_constants()->thread_create]], + [[    test_true(arrayp(all_threads()))    test_true(sizeof(all_threads()))    test_true(objectp(all_threads()[0])) -  + ]])      // - allocate   test_equal(allocate(0),({}))   test_equal(allocate(2),({0,0}))   test_false(allocate(2)==({0,0}))   test_equal(allocate(2,2),({2,2}))   test_true(allocate(65536,random))      // - array_sscanf