pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.562 2002/11/14 18:09:20 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.563 2002/11/14 18:17:28 grubba 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:90:    }    };       class Y { inherit X;    int Ack(int M, int N) { return ::Ack(M, N); }    };       return Y()->Ack(2,2);   ]],7)    + dnl FIXME: Add test that local and local:: in combination + dnl with recursion works correctly. +    test_eval_error([[mixed x; return mkmapping(x,x)]]);      test_eval_error([[class Foo {    void bar() {}    void foo() {destruct(this_object());bar();}   };    Foo()->foo();   ]])      test_do([[