fixed testsuite typos: ltarce -> ltrace
authorDima Kogan <dima@secretsauce.net>
Mon, 21 Jul 2014 20:50:47 +0000 (13:50 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:27 +0000 (20:38 +0900)
testsuite/ltrace.main/branch_func.exp
testsuite/ltrace.main/hello-vfork.exp
testsuite/ltrace.main/main-threaded.exp
testsuite/ltrace.main/main-vfork.exp
testsuite/ltrace.main/main.exp
testsuite/ltrace.main/parameters.exp
testsuite/ltrace.main/signals.exp
testsuite/ltrace.torture/ia64-sigill.exp
testsuite/ltrace.torture/ppc-lwarx.exp
testsuite/ltrace.torture/signals.exp
testsuite/ltrace.torture/vfork-thread.exp

index fec5700..c77c4c9 100644 (file)
@@ -32,7 +32,7 @@ if { [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executabl
 # set options for ltrace.
 ltrace_options "-x" "func1" "-x" "func2" "-x" "func3"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index 12c9ca3..c17d322 100644 (file)
@@ -17,7 +17,7 @@ if { [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executabl
 # set options for ltrace.
 ltrace_options "-f"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index 4f6c25d..4d5f478 100644 (file)
@@ -21,7 +21,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != ""
 # set options for ltrace.
 ltrace_options "-l" "lib$testfile.so" "-f"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index 989012d..57fa6e6 100644 (file)
@@ -21,7 +21,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != ""
 # set options for ltrace.
 ltrace_options "-l" "lib$testfile.so" "-f" "-evfork"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index 50c5353..8ad74f7 100644 (file)
@@ -21,7 +21,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != ""
 # set options for ltrace.
 ltrace_options "-l" "libmain.so"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index dfb0361..325e4d1 100644 (file)
@@ -22,7 +22,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != ""
 # set options for ltrace.
 ltrace_options "-l" "libparameters.so" "-F" "$srcdir/$subdir/parameters.conf"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index d812af6..97be127 100644 (file)
@@ -14,7 +14,7 @@ if  { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/
 # set options for ltrace.
 ltrace_options "-L"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index c4cf5a2..a99b0d6 100644 (file)
@@ -11,7 +11,7 @@ if { [istarget ia64-*] } then {
         send_user "Testcase compile failed, so all tests in this file will automatically fail\n."
     }
 
-    # Run PUT for ltarce.
+    # Run PUT for ltrace.
     set exec_output [ltrace_runtest $srcdir/$subdir $srcdir/$subdir/$binfile]
 
     # Check the output of this program.
index a081d3b..caea316 100644 (file)
@@ -33,7 +33,7 @@ if { [istarget powerpc*-*] } then {
     # set options for ltrace.
     ltrace_options "-x" "atomic_add" "-e" "!atoi"
 
-    # Run PUT for ltarce.
+    # Run PUT for ltrace.
     set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
     # Check the output of this program.
index bf10bc9..321409b 100644 (file)
@@ -14,7 +14,7 @@ if  { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/
 # Set options for ltrace.
 ltrace_options "-L"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.
index bd01319..91eccb2 100644 (file)
@@ -13,7 +13,7 @@ if  { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/
 
 ltrace_options "-f"
 
-# Run PUT for ltarce.
+# Run PUT for ltrace.
 set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile]
 
 # Check the output of this program.