diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-01-13 17:34:21 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-01-13 17:49:15 +0900 |
| commit | d533ad582e38aaf4fe6f50e864f4e6999ec943a5 (patch) | |
| tree | 12a7c9298ee28b8abb9cc2b9470112b362aab662 /patches/e9patch-check-rflags.patch | |
| parent | c6ac2488c9bfac7db4d5efdcac7a85449ef15d37 (diff) | |
| download | loftix-d533ad582e38aaf4fe6f50e864f4e6999ec943a5.tar.gz | |
Update E9Patch
Diffstat (limited to 'patches/e9patch-check-rflags.patch')
| -rw-r--r-- | patches/e9patch-check-rflags.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/e9patch-check-rflags.patch b/patches/e9patch-check-rflags.patch index d012896..596a90f 100644 --- a/patches/e9patch-check-rflags.patch +++ b/patches/e9patch-check-rflags.patch @@ -5,10 +5,16 @@ Date: 2024-12-05 16:00:06 +0900 Disable flaky tests involving rflags diff --git a/test/regtest/Makefile b/test/regtest/Makefile -index 9b29e0f72408..05f9ce0a6591 100644 +index 34bc81bb1da8..cf3618ea4bed 100644 --- a/test/regtest/Makefile +++ b/test/regtest/Makefile -@@ -7,8 +7,14 @@ BASE ::= test test.pie bugs test.libc libtest.so test_c test_c.debug example.so +@@ -1,4 +1,4 @@ +-.PHONY: check clean-check ++.PHONY: check check-flaky clean-check + + E9TOOL ?= ../../e9tool + E9COMPILE ?= ../../e9compile.sh +@@ -12,8 +12,14 @@ BASE ::= test test.pie bugs test.libc libtest.so test_c test_c.debug example.so TRAMPOLINE ::= inst patch dl init fini IN ::= $(wildcard *.in) EXE ::= $(IN:.in=.exe) @@ -24,9 +30,3 @@ index 9b29e0f72408..05f9ce0a6591 100644 ./$^ %.exe: in=$(shell head -1 $<) -@@ -68,4 +74,4 @@ example.so: - clean-check: - rm -f $(BASE) $(TRAMPOLINE) $(EXE) - --.PHONY: check clean-check -+.PHONY: check check-flaky clean-check |
