Branch: Tag:

2002-11-25

2002-11-25 12:09:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Keep the watchdog alert in the lex.current_file == NULL test.

Rev: src/testsuite.in:1.567

1: - test_true([["$Id: testsuite.in,v 1.566 2002/11/22 16:41:08 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.567 2002/11/25 12:09:30 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
7873:    int i;    for(i = 0; i < 1000; i++) {    compile_string(file); +  if (!(i%10)) +  __signal_watchdog();    }    } )->wait();