Print this page
Commonize demangle test pieces; allow for running specific tests and test cases; use linker sets to simplify test definition


  39 [/opt/util-tests/tests/libnvpair_json]
  40 tests = ['json_00_blank', 'json_01_boolean', 'json_02_numbers',
  41     'json_03_empty_arrays', 'json_04_number_arrays', 'json_05_strings',
  42     'json_06_nested', 'json_07_nested_arrays']
  43 
  44 #
  45 # The awk tests have a number of individual tests which can take several
  46 # minutes to run. Bumping the timeout to 5 minutes should cover us
  47 # reasonably well as of 7 Aug 2019.
  48 #
  49 [/opt/util-tests/tests/awk]
  50 user = nobody
  51 tests = [ 'runtests.sh' ]
  52 timeout = 300
  53 
  54 [/opt/util-tests/tests/grep_test]
  55 [/opt/util-tests/tests/date_test]
  56 [/opt/util-tests/tests/chown_test]
  57 
  58 [/opt/util-tests/tests/demangle]
  59 tests = ['afl-fast', 'gcc-libstdc++', 'llvm-stdcxxabi']
  60 
  61 [/opt/util-tests/tests/ctf]
  62 pre = precheck
  63 tests = [ 'ctftest' ]


  39 [/opt/util-tests/tests/libnvpair_json]
  40 tests = ['json_00_blank', 'json_01_boolean', 'json_02_numbers',
  41     'json_03_empty_arrays', 'json_04_number_arrays', 'json_05_strings',
  42     'json_06_nested', 'json_07_nested_arrays']
  43 
  44 #
  45 # The awk tests have a number of individual tests which can take several
  46 # minutes to run. Bumping the timeout to 5 minutes should cover us
  47 # reasonably well as of 7 Aug 2019.
  48 #
  49 [/opt/util-tests/tests/awk]
  50 user = nobody
  51 tests = [ 'runtests.sh' ]
  52 timeout = 300
  53 
  54 [/opt/util-tests/tests/grep_test]
  55 [/opt/util-tests/tests/date_test]
  56 [/opt/util-tests/tests/chown_test]
  57 
  58 [/opt/util-tests/tests/demangle]
  59 tests = ['c++', 'rust']
  60 
  61 [/opt/util-tests/tests/ctf]
  62 pre = precheck
  63 tests = [ 'ctftest' ]