pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.690 2003/11/10 01:24:33 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.691 2003/11/11 19:30:25 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:2597:   ]],[[ ({D, ({C, ({B, ({A})})})}) ]])      test_any([[    class A {};    class B { inherit A; };    class C { inherit B; };    class D { inherit C; };    return sizeof( Program.all_inherits(D) - ({A,B,C}) );   ]],0)    + test_any_equal([[ +  class A { +  class C {} +  }; +  class B { +  class C {} +  }; +  return ({A <= B, A >= B}); + ]], ({1, 1})) +    test_tests([[      int errors;   int tests;      #define indent(X) (X)   #define FMT "%d:%d "      int maxdepth;   int quiet;