Home | History | Annotate | Download | only in runtest
      1 #DESCRIPTION:Part two for ltpstress.sh
      2 abs01 abs01
      3 
      4 atof01 atof01
      5 
      6 float_bessel float_bessel -D $LTPROOT/testcases/bin -v
      7 float_exp_log float_exp_log -D $LTPROOT/testcases/bin -v
      8 float_iperb float_iperb  -D $LTPROOT/testcases/bin -v
      9 float_power float_power  -D $LTPROOT/testcases/bin -v
     10 float_trigo float_trigo  -D $LTPROOT/testcases/bin -v
     11 
     12 fptest01 fptest01
     13 fptest02 fptest02
     14 
     15 nextafter01 nextafter01
     16 pth_str01 pth_str01
     17 pth_str02 pth_str02 -n1000
     18 pth_str03 pth_str03
     19 
     20 
     21 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout
     22 #
     23 pipeio_1 pipeio -T pipeio_1 -c 5 -s 4090 -i 100 -b -f x80
     24 # spawns 5 children to write 100 chunks of 4090 bytes to a named pipe
     25 # using blocking I/O
     26 #pipeio_2 pipeio -T pipeio_2 -c 5 -s 4090 -i 100 -f x80
     27 # spawns 5 children to write 100 chunks of 4090 bytes to a named pipe
     28 # using non-blocking I/O
     29 # This test hits EAGAIN, which pipeio doesn't handle at the moment
     30 pipeio_3 pipeio -T pipeio_3 -c 5 -s 4090 -i 100 -u -b -f x80
     31 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe
     32 # using blocking I/O
     33 pipeio_4 pipeio -T pipeio_4 -c 5 -s 4090 -i 100 -u -f x80
     34 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe
     35 # using non-blocking I/O
     36 pipeio_5 pipeio -T pipeio_5 -c 5 -s 5000 -i 10 -b -f x80
     37 # spawns 5 children to write 10 chunks of 5000 bytes to a named pipe
     38 # using blocking I/O
     39 pipeio_6 pipeio -T pipeio_6 -c 5 -s 5000 -i 10 -b -u -f x80
     40 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
     41 # using blocking I/O
     42 #pipeio_7 pipeio -T pipeio_7 -c 5 -s 5000 -i 10 -f x80
     43 # spawns 5 children to write 10 chunks of 5000 bytes to a named pipe
     44 # using non-blocking I/O
     45 # This test hits EAGAIN, which pipeio doesn't handle at the moment
     46 pipeio_8 pipeio -T pipeio_8 -c 5 -s 5000 -i 10 -u -f x80
     47 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
     48 # using non-blocking I/O
     49 
     50 sem01 sem01
     51 sem02 sem02
     52 
     53 nptl01 nptl01
     54