Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh test and distcheck.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 21 Jun 2019 11:46:55 +0000 (13:46 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 21 Jun 2019 12:11:56 +0000 (14:11 +0200)
tools/tesh/CMakeLists.txt
tools/tesh/catch-all-bg-output.tesh

index 5390d9c..77e6bf9 100644 (file)
@@ -3,7 +3,8 @@ configure_file("${CMAKE_HOME_DIRECTORY}/tools/tesh/tesh.py"
 
 
 foreach(x setenv set-output-ignore set-output-sort set-return set-timeout background basic bg-basic bg-set-signal
 
 
 foreach(x setenv set-output-ignore set-output-sort set-return set-timeout background basic bg-basic bg-set-signal
-          catch-return catch-signal catch-timeout catch-timeout-output catch-wrong-output cd color ignore-regexp IO-bigsize IO-broken-pipe IO-orders)
+          catch-all-bg-output catch-return catch-signal catch-timeout catch-timeout-output catch-wrong-output cd color
+          ignore-regexp IO-bigsize IO-broken-pipe IO-orders)
   set(tesh_files  ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.tesh)
   if(NOT enable_memcheck AND NOT WIN32)
     ADD_TESH(tesh-self-${x} --setenv bindir=${CMAKE_BINARY_DIR}/bin ${CMAKE_HOME_DIRECTORY}/tools/tesh/${x}.tesh)
   set(tesh_files  ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.tesh)
   if(NOT enable_memcheck AND NOT WIN32)
     ADD_TESH(tesh-self-${x} --setenv bindir=${CMAKE_BINARY_DIR}/bin ${CMAKE_HOME_DIRECTORY}/tools/tesh/${x}.tesh)
index 5bf7704..e0ba89a 100644 (file)
 < ! timeout 2
 < & sh -c 'echo "I also crash in background" && sleep 1'
 < 
 < ! timeout 2
 < & sh -c 'echo "I also crash in background" && sleep 1'
 < 
-< !timeout 1
+< ! timeout 1
 < $ sh -c 'echo "I crash in foreground"'
 $ ${bindir:=.}/tesh
 < $ sh -c 'echo "I crash in foreground"'
 $ ${bindir:=.}/tesh
-> Output of <meh.tesh:8> mismatch:
+> Test suite from stdin
+> [(stdin):8] sh -c 'echo "I crash in foreground"'
+> Output of <(stdin):8> mismatch:
 > --- expected
 > +++ obtained
 > @@ -0,0 +1 @@
 > +I crash in foreground
 > --- expected
 > +++ obtained
 > @@ -0,0 +1 @@
 > +I crash in foreground
-> Test suite `meh.tesh': NOK (<meh.tesh:8> output mismatch)
-> Output of <meh.tesh:5> mismatch:
+> Test suite `(stdin)': NOK (<(stdin):8> output mismatch)
+> [(stdin):5] sh -c 'echo "I also crash in background" && sleep 1'
+> Output of <(stdin):5> mismatch:
 > --- expected
 > +++ obtained
 > @@ -0,0 +1 @@
 > +I also crash in background
 > --- expected
 > +++ obtained
 > @@ -0,0 +1 @@
 > +I also crash in background
-> Test suite `meh.tesh': NOK (<meh.tesh:5> output mismatch)
-> Test suite `meh.tesh': NOK (<meh.tesh:2> timeout after 4 sec)
-> Output of <meh.tesh:2> mismatch:
+> Test suite `(stdin)': NOK (<(stdin):5> output mismatch)
+> [(stdin):2] sh -c 'echo "I crash in background" && sleep 2'
+> Output of <(stdin):2> mismatch:
 > --- expected
 > +++ obtained
 > @@ -0,0 +1 @@
 > +I crash in background
 > --- expected
 > +++ obtained
 > @@ -0,0 +1 @@
 > +I crash in background
-> Test suite `meh.tesh': NOK (<meh.tesh:2> output mismatch)
+> Test suite `(stdin)': NOK (<(stdin):2> output mismatch)