Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/
Darray-prototype-tolocalestring.js20 var test_ok = { variable
25 assert ([3, test_ok, 4, test_ok].toLocaleString() === "3,1,4,1");
/third_party/boost/libs/locale/test/
Dtest_codepage.cpp56 void test_ok(std::string file,std::locale const &l,std::basic_string<Char> cmp=std::basic_string<Ch… in test_ok() function
126 test_ok<Char>("grüße\nn i",g("en_US.UTF-8")); in test_for_char()
130 test_ok<Char>("\xf0\xa0\x82\x8a",g("en_US.UTF-8")); // U+2008A in test_for_char()
132 test_ok<Char>("abc\"\xf0\xa0\x82\x8a\"",g("en_US.UTF-8")); // U+2008A in test_for_char()
138 test_ok<Char>(res.c_str(),g("en_US.UTF-8")); // U+2008A in test_for_char()
147 test_ok<Char>("hello \xf9\xec\xe5\xed",g(he_il_8bit),to<Char>("hello שלום")); in test_for_char()
150 test_ok<Char>(to<char>("grüße\nn i"),g(en_us_8bit),to<Char>("grüße\nn i")); in test_for_char()
156 test_ok<Char>("\x93\xfa\x96\x7b",g(ja_jp_shiftjis), in test_for_char()
/third_party/boost/boost/test/impl/
Dunit_test_monitor.ipp57 case execution_exception::no_error: return test_ok;
68 return test_ok;
Dframework.ipp667 execution_result result = unit_test_monitor_t::test_ok;
697 return unit_test_monitor_t::test_ok;
708 if( result != unit_test_monitor_t::test_ok )
721 if( result == unit_test_monitor_t::test_ok ) {
1668 if( result != unit_test_monitor_t::test_ok ) {
/third_party/boost/boost/test/
Dunit_test_monitor.hpp35 test_ok = 0, enumerator
/third_party/ltp/tools/sparse/sparse-src/validation/
Dnested-functions.c1 static int test_ok(int a, int b) in test_ok() function
/third_party/python/Lib/test/
Dtest_winsound.py68 def test_ok(self): member in MessageBeepTest
Dtest_regrtest.py706 test_ok = self.create_test('ok')
708 tests = [test_ok, test_failing]
/third_party/grpc/third_party/upb/third_party/lunit/
Dlunit.lua555 local test_ok = setup_ok and callit( "test", test )
558 if setup_ok and test_ok and teardown_ok then
/third_party/python/Lib/idlelib/idle_test/
Dtest_textview.py63 def test_ok(self): member in ViewWindowTest
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function354 int test_ok = 0;
578 test_ok = 1;
588 return( test_ok );