MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / disable_test_for

Method disable_test_for

test/verify/run_verify.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void run_verify::disable_test_for(const std::string& name, const std::vector<std::string>& tests)
284{
285 auto& disabled_tests = info[name].disabled_tests;
286 disabled_tests.insert(disabled_tests.end(), tests.begin(), tests.end());
287}

Callers 1

main.cppFile · 0.80

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected