Home
last modified time | relevance | path

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

/dports/net/samba412/samba-4.12.15/lib/util/charset/tests/
H A Dconvert_string.c395 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF8 to UTF16LE should fail E2BIG"); in test_gd_minus_1_handle()
404 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF8 to UTF16LE should fail E2BIG"); in test_gd_minus_1_handle()
412 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF8 to UTF16LE should fail E2BIG"); in test_gd_minus_1_handle()
429 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF16LE to UTF8 should fail E2BIG"); in test_gd_minus_1_handle()
439 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF16LE to UTF8 should fail E2BIG"); in test_gd_minus_1_handle()
448 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF16LE to UTF8 should fail E2BIG"); in test_gd_minus_1_handle()
764 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF8 to UTF16LE should fail E2BIG"); in test_plato_english_minus_1_handle()
772 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF8 to UTF16LE should fail E2BIG"); in test_plato_english_minus_1_handle()
779 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF8 to UTF16LE should fail E2BIG"); in test_plato_english_minus_1_handle()
1718 torture_assert_errno_equal(tctx, E2BIG, "conversion from UTF16 to UTF8 should fail E2BIG"); in test_gd()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/
H A Dui.h260 #define torture_assert_errno_equal(torture_ctx,expected,cmt)\ macro
/dports/net/samba412/samba-4.12.15/lib/torture/
H A Dtorture.h621 #define torture_assert_errno_equal(torture_ctx,expected,cmt)\ macro