SCM Repositories - ltp

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 14:10:02 2008 UTC (3 months, 1 week ago) by subrata_modak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +4 -8 lines
Diff to previous 1.12
I've rearranged Makefile for setgid test case. I've put _16 related macros to compat_16.mk file. The original Makefile includes it. So when I work on more _16 test cases, I just have to do the same. I'll do the same on _64. I choose utils as its directory name. Please put attached files compat_16.mk and newer_64.mk to ltp/testcases/kernel/syscalls/utils. Signed-off-by: Masatake YAMATO <yamato@redhat.com>.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 10:55:21 2008 UTC (3 months, 2 weeks ago) by subrata_modak
Branch: MAIN
Changes since 1.11: +8 -5 lines
Diff to previous 1.11
I've done on the other test cases. In addition, I've cleaned up Makefiles related to _64 and _16 testcases as suggested by Garrett Cooper <yanegomi@gmail.com>. Signed-off-by: Masatake YAMATO <yamato@redhat.com>.
Garret suggested:
You can avoid situations like the above by doing something like this in your Makefiles:
SRC                     := $(patsubst %.c,%,$(wildcard *.c))
MAKE_TARGETS := $(SRCS) $(addsuffix _16,$(SRCS))
all: $(MAKE_TARGETS)
%_16: %.c
%_16: CFLAGS += -DUSE_COMPAT16_SYSCALL=1 -DTST_USE_COMPAT16_SYSCALL=1

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 11:20:04 2007 UTC (12 months, 1 week ago) by subrata_modak
Branch: MAIN
Changes since 1.10: +7 -2 lines
Diff to previous 1.10
Added sendfile64 support and new testcase sendfile04.c in this regard, by Masatake YAMATO <yamato@redhat.com>

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 06:58:44 2006 UTC (2 years, 3 months ago) by vapier
Branch: MAIN
Changes since 1.9: +9 -23 lines
Diff to previous 1.9
standardize makefiles (punt UCLINUX/COLDFIRE cruft, build everything with -Wall and user-optimizations, remove pointless targets in favor of implicit ones, etc...)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 15:12:49 2006 UTC (2 years, 10 months ago) by robbiew
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 22:28:59 2005 UTC (3 years, 4 months ago) by robbiew
Branch: MAIN
Changes since 1.7: +2 -0 lines
Diff to previous 1.7
Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 18:51:23 2003 UTC (5 years, 8 months ago) by robbiew
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
warnings cleanup

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 20:09:57 2003 UTC (5 years, 8 months ago) by robbiew
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Applied Andreas Jaeger's patch for library linking:
<<<<<<<<<<<<<<<<<<<<<<
The ltp tests link files in the wrong order, this is rather important
with static libraries - especially since glibc 2.3.2 contains a
libpthread.so that is a linker script referencing a static library.

The following is wrong:
gcc -lm file.o -o file
The order has to be: "file.o -lm"

I'm appending a first round of patches to get this fixed.

I noticed a number of failures with the threads tests and also
problems when compiling in a static environment.

I renamed LDFLAGS since those are  flags (and therefore come before
the objects), LDLIBS should be used instead.
>>>>>>>>>>>>>>>>>>>>>>>

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 16:16:41 2003 UTC (5 years, 9 months ago) by robbiew
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Applied Vasan Sundar's Makefile patches.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 5 13:55:58 2002 UTC (6 years, 9 months ago) by plars
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
fix sf bug #525688 - parameter problems in sendfile testcases.  Should help on 64bit archs.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 20:48:10 2002 UTC (6 years, 10 months ago) by plars
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Separate make and make install

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 17:26:12 2001 UTC (7 years, 2 months ago) by robbiew
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Needed to rename sendfile01 test to sendfile03.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 22:15:15 2001 UTC (7 years, 3 months ago) by plars
Branch: MAIN
restructuring work done, and adding about 400 testcases

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by: