mirror of
https://github.com/vee1e/flare-floss-testfiles.git
synced 2026-09-01 10:48:34 +00:00
Floss ELF support (#19)
Removing Linux from Xfail. Co-authored-by: c-urly <bhattrishi8@gmail.com>
This commit is contained in:
parent
315ea0ed2b
commit
53e910192e
22 changed files with 0 additions and 47 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -29,5 +29,4 @@ Build instructions (Cross compile for Windows on Linux): |
|
|||
|
||||
Xfail:
|
||||
- all
|
||||
- Linux-32bit
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -31,5 +31,4 @@ Build instructions (Cross compile for Windows on Linux): |
|
|||
|
||||
Xfail:
|
||||
- all
|
||||
- Linux-32bit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue