From: Garrett C. <ris...@li...> - 2010-06-20 04:22:10
|
The branch, pu, has been updated via 08e703bbc89cf75fa7a610cf68013bf30df203b4 (commit) via 2d87716cc05b592a1be877828e21364562478c52 (commit) via 5966adba3b50184d0d55a21fbe8def0279aaaf68 (commit) from 3a6a31acc110ee39395b7ddb28cb325682cfbe1e (commit) - Log ----------------------------------------------------------------- commit 08e703bbc89cf75fa7a610cf68013bf30df203b4 Author: Garrett Cooper <yan...@gm...> Date: Sat Jun 19 21:19:27 2010 -0700 Make GNU make requirement more apparent. Signed-off-by: Garrett Cooper <yan...@gm...> commit 2d87716cc05b592a1be877828e21364562478c52 Author: Garrett Cooper <yan...@gm...> Date: Sat Jun 19 21:19:01 2010 -0700 Fix a typo in a comment. Signed-off-by: Garrett Cooper <yan...@gm...> commit 5966adba3b50184d0d55a21fbe8def0279aaaf68 Author: Garrett Cooper <yan...@gm...> Date: Sat Jun 19 21:16:47 2010 -0700 Fix typo. Signed-off-by: Garrett Cooper <yan...@gm...> ----------------------------------------------------------------------- Summary of changes: testcases/open_posix_testsuite/GNUmakefile | 2 +- .../conformance/interfaces/sched_yield/1-1.c | 4 ++-- .../functional/mqueues/{Makefile => GNUmakefile} | 0 .../semaphores/{Makefile => GNUmakefile} | 0 .../functional/threads/{Makefile => GNUmakefile} | 0 .../threads/condvar/{Makefile => GNUmakefile} | 0 .../threads/pi_test/{Makefile => GNUmakefile} | 0 .../threads/robust_test/{Makefile => GNUmakefile} | 0 .../threads/schedule/{Makefile => GNUmakefile} | 0 .../functional/timers/{Makefile => GNUmakefile} | 0 .../timers/clocks/{Makefile => GNUmakefile} | 0 .../timers/timers/{Makefile => GNUmakefile} | 0 .../stress/mqueues/{Makefile => GNUmakefile} | 0 .../stress/semaphores/{Makefile => GNUmakefile} | 0 .../stress/threads/fork/{Makefile => GNUmakefile} | 0 .../pthread_cancel/{Makefile => GNUmakefile} | 0 .../pthread_cond_init/{Makefile => GNUmakefile} | 0 .../{Makefile => GNUmakefile} | 0 .../pthread_create/{Makefile => GNUmakefile} | 0 .../threads/pthread_exit/{Makefile => GNUmakefile} | 0 .../{Makefile => GNUmakefile} | 0 .../threads/pthread_kill/{Makefile => GNUmakefile} | 0 .../pthread_mutex_init/{Makefile => GNUmakefile} | 0 .../pthread_mutex_lock/{Makefile => GNUmakefile} | 0 .../{Makefile => GNUmakefile} | 0 .../threads/pthread_once/{Makefile => GNUmakefile} | 0 .../threads/pthread_self/{Makefile => GNUmakefile} | 0 .../threads/sem_getvalue/{Makefile => GNUmakefile} | 0 .../threads/sem_init/{Makefile => GNUmakefile} | 0 .../threads/sem_open/{Makefile => GNUmakefile} | 0 30 files changed, 3 insertions(+), 3 deletions(-) rename testcases/open_posix_testsuite/functional/mqueues/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/semaphores/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/threads/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/threads/condvar/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/threads/pi_test/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/threads/robust_test/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/threads/schedule/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/timers/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/timers/clocks/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/functional/timers/timers/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/mqueues/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/semaphores/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/fork/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_cancel/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_cond_init/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_create/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_exit/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_kill/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_once/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/pthread_self/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/sem_getvalue/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/sem_init/{Makefile => GNUmakefile} (100%) rename testcases/open_posix_testsuite/stress/threads/sem_open/{Makefile => GNUmakefile} (100%) diff --git a/testcases/open_posix_testsuite/GNUmakefile b/testcases/open_posix_testsuite/GNUmakefile index fa388de..b5ff3ca 100644 --- a/testcases/open_posix_testsuite/GNUmakefile +++ b/testcases/open_posix_testsuite/GNUmakefile @@ -63,7 +63,7 @@ CFLAGS += $(call check_gcc,-std=gnu99,) INCLUDE = -Iinclude -# FIXME: exaust cmd line length +# FIXME: exhaust cmd line length clean: @rm -f $(LOGFILE) # Timeout helper files diff --git a/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/1-1.c b/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/1-1.c index e9e54f4..31908dc 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/1-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/1-1.c @@ -167,7 +167,7 @@ void * busy_thread(void *arg){ } -void buzy_process(int cpu){ +void busy_process(int cpu){ struct sched_param param; #ifdef __linux__ @@ -226,7 +226,7 @@ int main() { return PTS_UNRESOLVED; } else if (child_pid[i] == 0){ - buzy_process(i); + busy_process(i); printf("This code should not be executed.\n"); return PTS_UNRESOLVED; diff --git a/testcases/open_posix_testsuite/functional/mqueues/Makefile b/testcases/open_posix_testsuite/functional/mqueues/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/mqueues/Makefile rename to testcases/open_posix_testsuite/functional/mqueues/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/semaphores/Makefile b/testcases/open_posix_testsuite/functional/semaphores/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/semaphores/Makefile rename to testcases/open_posix_testsuite/functional/semaphores/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/threads/Makefile b/testcases/open_posix_testsuite/functional/threads/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/threads/Makefile rename to testcases/open_posix_testsuite/functional/threads/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/threads/condvar/Makefile b/testcases/open_posix_testsuite/functional/threads/condvar/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/threads/condvar/Makefile rename to testcases/open_posix_testsuite/functional/threads/condvar/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/threads/pi_test/Makefile b/testcases/open_posix_testsuite/functional/threads/pi_test/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/threads/pi_test/Makefile rename to testcases/open_posix_testsuite/functional/threads/pi_test/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/threads/robust_test/Makefile b/testcases/open_posix_testsuite/functional/threads/robust_test/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/threads/robust_test/Makefile rename to testcases/open_posix_testsuite/functional/threads/robust_test/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/threads/schedule/Makefile b/testcases/open_posix_testsuite/functional/threads/schedule/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/threads/schedule/Makefile rename to testcases/open_posix_testsuite/functional/threads/schedule/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/timers/Makefile b/testcases/open_posix_testsuite/functional/timers/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/timers/Makefile rename to testcases/open_posix_testsuite/functional/timers/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/timers/clocks/Makefile b/testcases/open_posix_testsuite/functional/timers/clocks/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/timers/clocks/Makefile rename to testcases/open_posix_testsuite/functional/timers/clocks/GNUmakefile diff --git a/testcases/open_posix_testsuite/functional/timers/timers/Makefile b/testcases/open_posix_testsuite/functional/timers/timers/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/functional/timers/timers/Makefile rename to testcases/open_posix_testsuite/functional/timers/timers/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/mqueues/Makefile b/testcases/open_posix_testsuite/stress/mqueues/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/mqueues/Makefile rename to testcases/open_posix_testsuite/stress/mqueues/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/semaphores/Makefile b/testcases/open_posix_testsuite/stress/semaphores/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/semaphores/Makefile rename to testcases/open_posix_testsuite/stress/semaphores/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/fork/Makefile b/testcases/open_posix_testsuite/stress/threads/fork/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/fork/Makefile rename to testcases/open_posix_testsuite/stress/threads/fork/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_cancel/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_cancel/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_cancel/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_cancel/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_cond_init/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_cond_init/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_create/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_create/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_create/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_create/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_exit/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_exit/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_exit/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_exit/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_kill/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_kill/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_kill/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_kill/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_once/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_once/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_once/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_once/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/pthread_self/Makefile b/testcases/open_posix_testsuite/stress/threads/pthread_self/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/pthread_self/Makefile rename to testcases/open_posix_testsuite/stress/threads/pthread_self/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/sem_getvalue/Makefile b/testcases/open_posix_testsuite/stress/threads/sem_getvalue/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/sem_getvalue/Makefile rename to testcases/open_posix_testsuite/stress/threads/sem_getvalue/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/sem_init/Makefile b/testcases/open_posix_testsuite/stress/threads/sem_init/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/sem_init/Makefile rename to testcases/open_posix_testsuite/stress/threads/sem_init/GNUmakefile diff --git a/testcases/open_posix_testsuite/stress/threads/sem_open/Makefile b/testcases/open_posix_testsuite/stress/threads/sem_open/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/stress/threads/sem_open/Makefile rename to testcases/open_posix_testsuite/stress/threads/sem_open/GNUmakefile hooks/post-receive -- ltp |