|
@@ -137,7 +137,8 @@ signalAndWait(CondVar* condvar, Mutex* mutex) {
|
|
|
condvar->wait(*mutex);
|
|
|
}
|
|
|
|
|
|
-TEST_F(CondVarTest, destroyWhileWait) {
|
|
|
+// Temporarily disabled: Solaris seems to make this behavior "undefined"
|
|
|
+TEST_F(CondVarTest, DISABLED_destroyWhileWait) {
|
|
|
// We'll destroy a CondVar object while the thread is still waiting
|
|
|
// on it. This will trigger an assertion failure.
|
|
|
EXPECT_DEATH_IF_SUPPORTED({
|