H A D | history.py | 142 # @param exe The executable. 146 def test_utf8(exe, args, env, idx, bc=True): argument 151 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore') 183 # @param exe The executable. 186 def test_utf8_0(exe, args, env, bc=True): argument 191 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore') 225 def test_utf8_1(exe, args, env, bc=True): argument 226 return test_utf8(exe, args, env, 0, bc) 229 def test_utf8_2(exe, args, env, bc=True): argument 230 return test_utf8(exe, arg 233 test_utf8_3(exe, args, env, bc=True) global() argument 237 test_utf8_4(exe, args, env, bc=True) global() argument 245 test_sigint_sigquit(exe, args, env) global() argument 277 test_eof(exe, args, env) global() argument 311 test_sigint(exe, args, env) global() argument 345 test_sigtstp(exe, args, env) global() argument 389 test_sigstop(exe, args, env) global() argument 432 test_bc_utf8_0(exe, args, env) global() argument 436 test_bc_utf8_1(exe, args, env) global() argument 440 test_bc_utf8_2(exe, args, env) global() argument 444 test_bc_utf8_3(exe, args, env) global() argument 448 test_bc_utf8_4(exe, args, env) global() argument 456 test_bc1(exe, args, env) global() argument 488 test_bc2(exe, args, env) global() argument 521 test_bc3(exe, args, env) global() argument 561 test_bc4(exe, args, env) global() argument 604 test_bc5(exe, args, env) global() argument 633 test_bc6(exe, args, env) global() argument 666 test_bc7(exe, args, env) global() argument 718 test_bc8(exe, args, env) global() argument 749 test_bc9(exe, args, env) global() argument 793 test_bc10(exe, args, env) global() argument 837 test_bc11(exe, args, env) global() argument 872 test_bc12(exe, args, env) global() argument 904 test_dc_utf8_0(exe, args, env) global() argument 908 test_dc_utf8_1(exe, args, env) global() argument 912 test_dc_utf8_2(exe, args, env) global() argument 916 test_dc_utf8_3(exe, args, env) global() argument 920 test_dc_utf8_4(exe, args, env) global() argument 928 test_dc1(exe, args, env) global() argument 959 test_dc2(exe, args, env) global() argument 991 test_dc3(exe, args, env) global() argument 1107 exe = sys.argv[idx] global() variable 1109 exe = testdir + "/../bin/" + exedir global() variable 1125 exe = [ exe, sys.argv[idx + 1:], options ] global() variable 1127 exe = [ exe, options ] global() variable [all...] |