Home
last modified time | relevance | path

Searched refs:Yellow (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Ddoctest.h748 Yellow, enumerator
4461 case Color::Yellow: col = "[0;33m"; break;
6036 s << Color::Yellow
6050 (at & assertType::is_warn) ? Color::Yellow : Color::Red;
6090 s << Color::Yellow << "DESCRIPTION: " << Color::None << tc->m_description << "\n";
6092 s << Color::Yellow << "TEST SUITE: " << Color::None << tc->m_test_suite << "\n";
6094 s << Color::Yellow << "TEST CASE: ";
6330 s << " " << (numSkipped == 0 ? Color::None : Color::Yellow) << numSkipped
6377 s << Color::Yellow << "Failed as expected so marking it as not failed\n";
6379 s << Color::Yellow << "Allowed to fail so marking it as not failed\n";
[all …]