Lines Matching defs:args

143 # @param args  The arguments to pass to the executable.
146 def test_utf8(exe, args, env, idx, bc=True):
151 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
184 # @param args The arguments to pass to the executable.
186 def test_utf8_0(exe, args, env, bc=True):
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):
226 return test_utf8(exe, args, env, 0, bc)
229 def test_utf8_2(exe, args, env, bc=True):
230 return test_utf8(exe, args, env, 1, bc)
233 def test_utf8_3(exe, args, env, bc=True):
234 return test_utf8(exe, args, env, 2, bc)
237 def test_utf8_4(exe, args, env, bc=True):
238 return test_utf8(exe, args, env, 3, bc)
243 # @param args The arguments to pass to the executable.
245 def test_sigint_sigquit(exe, args, env):
250 child = pexpect.spawn(exe, args=args, env=env)
275 # @param args The arguments to pass to the executable.
277 def test_eof(exe, args, env):
282 child = pexpect.spawn(exe, args=args, env=env)
309 # @param args The arguments to pass to the executable.
311 def test_sigint(exe, args, env):
319 child = pexpect.spawn(exe, args=args, env=env)
343 # @param args The arguments to pass to the executable.
345 def test_sigtstp(exe, args, env):
354 child = pexpect.spawn(exe, args=args, env=env)
387 # @param args The arguments to pass to the executable.
389 def test_sigstop(exe, args, env):
394 child = pexpect.spawn(exe, args=args, env=env)
432 def test_bc_utf8_0(exe, args, env):
433 return test_utf8_0(exe, args, env, True)
436 def test_bc_utf8_1(exe, args, env):
437 return test_utf8_1(exe, args, env, True)
440 def test_bc_utf8_2(exe, args, env):
441 return test_utf8_2(exe, args, env, True)
444 def test_bc_utf8_3(exe, args, env):
445 return test_utf8_3(exe, args, env, True)
448 def test_bc_utf8_4(exe, args, env):
449 return test_utf8_4(exe, args, env, True)
454 # @param args The arguments to pass to the executable.
456 def test_bc1(exe, args, env):
458 child = pexpect.spawn(exe, args=args, env=env)
486 # @param args The arguments to pass to the executable.
488 def test_bc2(exe, args, env):
492 child = pexpect.spawn(exe, args=args, env=env)
519 # @param args The arguments to pass to the executable.
521 def test_bc3(exe, args, env):
523 child = pexpect.spawn(exe, args=args, env=env)
559 # @param args The arguments to pass to the executable.
561 def test_bc4(exe, args, env):
563 child = pexpect.spawn(exe, args=args, env=env)
602 # @param args The arguments to pass to the executable.
604 def test_bc5(exe, args, env):
606 child = pexpect.spawn(exe, args=args, env=env)
631 # @param args The arguments to pass to the executable.
633 def test_bc6(exe, args, env):
635 child = pexpect.spawn(exe, args=args, env=env)
664 # @param args The arguments to pass to the executable.
666 def test_bc7(exe, args, env):
668 child = pexpect.spawn(exe, args=args, env=env)
716 # @param args The arguments to pass to the executable.
718 def test_bc8(exe, args, env):
720 child = pexpect.spawn(exe, args=args, env=env)
747 # @param args The arguments to pass to the executable.
749 def test_bc9(exe, args, env):
751 child = pexpect.spawn(exe, args=args, env=env)
791 # @param args The arguments to pass to the executable.
793 def test_bc10(exe, args, env):
795 child = pexpect.spawn(exe, args=args, env=env)
835 # @param args The arguments to pass to the executable.
837 def test_bc11(exe, args, env):
839 child = pexpect.spawn(exe, args=args, env=env)
870 # @param args The arguments to pass to the executable.
872 def test_bc12(exe, args, env):
874 child = pexpect.spawn(exe, args=args, env=env)
904 def test_dc_utf8_0(exe, args, env):
905 return test_utf8_0(exe, args, env, False)
908 def test_dc_utf8_1(exe, args, env):
909 return test_utf8_1(exe, args, env, False)
912 def test_dc_utf8_2(exe, args, env):
913 return test_utf8_2(exe, args, env, False)
916 def test_dc_utf8_3(exe, args, env):
917 return test_utf8_3(exe, args, env, False)
920 def test_dc_utf8_4(exe, args, env):
921 return test_utf8_4(exe, args, env, False)
926 # @param args The arguments to pass to the executable.
928 def test_dc1(exe, args, env):
930 child = pexpect.spawn(exe, args=args, env=env)
957 # @param args The arguments to pass to the executable.
959 def test_dc2(exe, args, env):
963 child = pexpect.spawn(exe, args=args, env=env)
989 # @param args The arguments to pass to the executable.
991 def test_dc3(exe, args, env):
993 child = pexpect.spawn(exe, args=args, env=env)