pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.809 2008/05/07 15:12:36 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.810 2008/05/08 10:10:35 grubba 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:791:    mixed x = all_constants()[undefined_identifier];   ]])      test_compile_any([[    #pike 7.4    #pragma strict_types    string x (string s) {return s;}    void y (void|string s) {x (s);}   ]])    + test_compile_warning([[ +  #pragma strict_types +  // NB: This case used to leak the type function(:string). +  string x (string s) {return s;} +  void y (string|int s) {x (s);} + ]]) +    cond( [[ master()->resolv("Pike")->Security ]],[[    test_any( [[    // bug [2830] ------------------------------------------------------------    // http://community/crunch/show_bug.cgi?id=2830    class User{};       object luser = User();       object luser_creds = Pike.Security.Creds(luser, 0, 0);    return !catch {