|
|
@@ -177,6 +177,7 @@ class UtestTestPass : public BaseNodePass { |
|
|
std::map<std::string, std::unordered_set<std::string>> names_to_add_suspend_; |
|
|
std::map<std::string, std::unordered_set<std::string>> names_to_add_suspend_; |
|
|
std::map<std::string, std::unordered_set<std::string>> names_to_add_resume_; |
|
|
std::map<std::string, std::unordered_set<std::string>> names_to_add_resume_; |
|
|
std::unordered_set<std::string> names_to_add_resume_onleaked_; |
|
|
std::unordered_set<std::string> names_to_add_resume_onleaked_; |
|
|
|
|
|
|
|
|
bool dead_loop_; |
|
|
bool dead_loop_; |
|
|
unsigned int run_times_; |
|
|
unsigned int run_times_; |
|
|
}; |
|
|
}; |
|
|
|