forked from LudovicRousseau/libusbx
-
Notifications
You must be signed in to change notification settings - Fork 1
Testing
pbatard edited this page Apr 10, 2013
·
6 revisions
This page provides a list of all the tests libusbx will ideally attempt to perform for each release. Bear in mind that, due to limited resources, not all of these may be run.
OS (arch) | Compiler | Application | Driver | Device |
---|---|---|---|---|
Linux (x64) | gcc 4.x | fx2load (internal) | N/A | EZ-USB FX2 (LCSOFT mini board) |
Linux (any) | gcc 4.x | usbutils (git latest) | N/A | Olimex ARM-USB-TINY (composite) |
OS-X (any) | gcc 4.x | fx2load (internal) | N/A | EZ-USB FX2 (LCSOFT mini board) |
OS-X (any) | gcc 4.x | xusb -x (internal) | N/A | X-Box Controller Type S |
OS-X (any) | gcc 4.x | xusb -k (internal) | N/A | USB 3.0 key |
ANY | Clang Static Analyzer | Compilation only | N/A | N/A |
Windows (x64) | WDK | xusb -x | WinUSB | X-Box Controller Type S |
Windows (x64) | WDK | xusb -k | libusb-win32 | USB 3.0 key |
Windows (x64) | cygwin | Compilation only | N/A | N/A |
Windows (x64) | Visual Studio 2010 | Compilation only, with memleak option | N/A | N/A |
... | ... | ... | ... | ... |
OK, let's try something else: libusbx v1.0.15
Platform (arch) | Compiler (target arch) | RC# | Test App | Device (Driver) | Result |
---|---|---|---|---|---|
OS X (32bit) | X-Code gcc (x86_32) | 1 | Compilation only | N/A |
PASS
|
Windows Vista (32bit) | VS2008 for WinCE (MIPS(?)) | 2 | Compilation only | N/A |
PASS
|
Windows 7 (64bit) | Visual Studio 2012 (x86_32) | 2 |
fxload firmware upload
|
EZUSB FX3 bootloader (WinUSB) |
PASS
|
Windows 7 (64bit) | Visual Studio 2012 (x86_32) | 2 |
xusb
|
EZUSB FX3 USB 3.0 bulk loop (WinUSB) |
PASS
|
Windows 7 (64bit) | Clang/gcc 4.6.2 (x86_32) | 3 | Compilation only | N/A |
PASS
|
Linux (armv5tel) | gcc 4.5.2 (armv5tel) | 3 |
xusb -s
|
MS Sidewinder (native) |
PASS
|
Windows 8 | Visual Studio 2012 (x86_32) | 3 |
xusb
|
OLIMEX USB-TINY FTDI 2332 composite (WinUSB for IF 0&1) |
PASS
|