Floss ELF support (#19)

Removing Linux from Xfail.

Co-authored-by: c-urly <bhattrishi8@gmail.com>
This commit is contained in:
Moritz 2024-11-12 14:17:43 +01:00 committed by GitHub
parent 315ea0ed2b
commit 53e910192e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 0 additions and 47 deletions

View file

@ -28,6 +28,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang++ test-decode-base64.c base64.c -o test-decode-base64.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-from-global.c -o test-decode-from-global.exe
Xfail:
- Linux-32bit

View file

@ -26,5 +26,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-from-heap.c -o bin/test-decode-from-heap.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-from-stack.c -o bin/test-decode-from-stack.exe
Xfail:
- Linux-32bit

View file

@ -29,5 +29,4 @@ Build instructions (Cross compile for Windows on Linux): |
Xfail:
- all
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-in-place.c -o bin/test-decode-in-place.exe
Xfail:
- Linux-32bit

View file

@ -27,5 +27,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang++ test-decode-local-stackstrings.c -o bin/test-decode-decode-stackstrings.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-rc4.c -o bin/test-decode-rc4.exe
Xfail:
- Linux-32bit

View file

@ -29,5 +29,3 @@ Build instructions (Cross compile for Windows on Linux): |
rm test-decode-reencode-string.exe
i686-w64-mingw32-clang test-decode-reencode-string.c -o bin/test-decode-reencode-string.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-single-byte-xor.c -o bin/test-decode-single-byte-xor.exe
Xfail:
- Linux-32bit

View file

@ -27,6 +27,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang++ test-decode-split-stackstrings.c -o bin/test-decode-split-stackstrings.exe
Xfail:
- Linux-32bit

View file

@ -26,5 +26,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang++ test-decode-stackstrings-move-to-global.c -o bin/test-decode-stackstrings-move-to-global.exe
Xfail:
- Linux-32bit

View file

@ -30,6 +30,3 @@ Build instructions (Cross compile for Windows on Linux): |
eg. rm test-decode-string-by-index.exe
eg. i686-w64-mingw32-clang test-decode-string-by-index.c -o bin/test-decode-string-by-index.exe
Xfail:
- Linux-32bit

View file

@ -26,5 +26,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-string-with-header.c -o bin/test-decode-string-with-header.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-substitution-cipher.c -o bin/test-decode-substitution-cipher.exe
Xfail:
- Linux-32bit

View file

@ -27,6 +27,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-tightstring.c -o bin/test-decode-tightstring.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-to-global.c -o bin/test-decode-to-global.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-to-heap.c -o bin/test-decode-to-heap.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-to-output-buf.c -o bin/test-decode-to-output-buf.exe
Xfail:
- Linux-32bit

View file

@ -26,5 +26,3 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-to-stack-rep-mov.c -o bin/test-decode-to-stack-rep-mov.exe
Xfail:
- Linux-32bit

View file

@ -26,6 +26,4 @@ Build instructions (Linux): |
Build instructions (Cross compile for Windows on Linux): |
i686-w64-mingw32-clang test-decode-to-stack.c -o bin/test-decode-to-stack.exe
Xfail:
- Linux-32bit

View file

@ -31,5 +31,4 @@ Build instructions (Cross compile for Windows on Linux): |
Xfail:
- all
- Linux-32bit