Skip to content

Commit

Permalink
Updating missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anjalirx authored and jinengandhi-intel committed May 18, 2021
1 parent 222cc4a commit 37dd45e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ltp_config/Makefile.LTP
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ exec_target =
clean-extra += clean-build
SRCDIR = $(ROOTDIR)/ltp_src
LTPSCENARIO = $(INSTALLDIR)/runtest/syscalls-new
VERSION = $(shell uname -r)
export VERSION

include ../../../../Scripts/Makefile.rules
include ../../../../Scripts/Makefile.configs
Expand All @@ -27,6 +29,7 @@ $(SRCDIR)/configure: $(SRCDIR)/Makefile
$(BUILDDIR)/BUILD_SUCCESS: $(SRCDIR)/configure
# Out-of-tree build steps were taken from ltp/INSTALL.
# The instructions below assume that SRCDIR and BUILDDIR are absolute.
sed -i 's/un.release/"$(VERSION)"/g' $(SRCDIR)/lib/tst_kconfig.c
mkdir -p $(BUILDDIR)
# Kernel module tests are not meaningful for our LibOS and building them causes troubles on
# incompatible host kernels.
Expand Down
8 changes: 4 additions & 4 deletions ltp_config/ltp_tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ skip = yes

# opens /proc/sys/kernel/tainted
[connect02]
skip = no
skip = yes

# no copy_file_range()
[copy_file_range*]
Expand Down Expand Up @@ -544,10 +544,10 @@ skip = yes

# opens /proc/sys/fs/lease-break-time
[fcntl33]
skip = no
skip = yes

[fcntl33_64]
skip = no
skip = yes

# kernel 3.15.0 or newer
[fcntl34]
Expand Down Expand Up @@ -2019,7 +2019,7 @@ skip = yes
skip = yes

[semctl04]
skip = no
skip = yes

[semctl05]
skip = yes
Expand Down

0 comments on commit 37dd45e

Please sign in to comment.