K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-03-05T17:35:28.000000Z K 7 svn:log V 407 Put "failed to set signal flags properly for ast()" check under DIAGNOSTIC instead of INVARIANTS. INVARIANTS is intended for tests that don't substantially change code flow or behavior (passive), but this test required locking both the proc lock and scheduler lock in order to execute. It also appears to be a very advisory diagnostic as opposed to an invariant violation. Following discussion with: bde END