pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1: - test_true([["$Id: testsuite.in,v 1.534 2002/09/03 22:15:17 nilsson Exp $"]]); + test_true([["$Id: testsuite.in,v 1.535 2002/09/07 01:03:19 nilsson Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())   ]]);   test_eq(1e1,10.0);   test_eq(1E1,10.0);   test_eq(1e+1,10.0);   test_eq(1.1e1,11.0);   test_eq(1e-1,0.1);
pike.git/src/testsuite.in:9338:    case "mysql_result.pike":    case "odbc.pike":    case "odbc_result.pike":    case "oracle.pike":    case "postgres.pike":    case "postgres_result.pike":    case "sybase.pike":   #if !constant(GTK.Window)    case "GTKSupport.pmod":    case "PV.pike": +  case "pv.pike":   #endif    case "GZipFile.pike":    continue; // These modules cannot be tested properly by this test    }    string file=combine_path(dir,s);    mixed stat=file_stat(file);    if(!stat) continue;    if(stat[1]==-2 && has_suffix(file, ".pmod"))    {    test_resolv(file, base_size);