From beea7ce25cfe42c363259705a6b5741ad47484ab Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 04:04:46 -0700 Subject: 3543 --- html/073wait.cc.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'html/073wait.cc.html') diff --git a/html/073wait.cc.html b/html/073wait.cc.html index b5339856..321b73c3 100644 --- a/html/073wait.cc.html +++ b/html/073wait.cc.html @@ -23,7 +23,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color .traceContains { color: #008000; } .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; } .muData { color: #ffff00; } -.Identifier { color: #fcb165; } +.Identifier { color: #ecf32c; } --> @@ -70,20 +70,16 @@ WAITING, waiting_on_location = 0; :(before "End Mu Test Teardown") -if (Passed && any_routines_waiting()) { - Passed = false; +if (Passed && any_routines_waiting()) raise << Current_scenario->name << ": deadlock!\n" << end(); -} :(before "End Run Routine") if (any_routines_waiting()) { raise << "deadlock!\n" << end(); dump_waiting_routines(); } :(before "End Test Teardown") -if (Passed && any_routines_with_error()) { - Passed = false; +if (Passed && any_routines_with_error()) raise << "some routines died with errors\n" << end(); -} :(code) bool any_routines_waiting() { for (int i = 0; i < SIZE(Routines); ++i) { -- cgit 1.4.1-2-gfad0