88 Commits

Author SHA1 Message Date
Subv
11a50133af GPU/DisplayTransfer: Added some DisplayTransfer tests 2015-02-22 15:06:38 -05:00
bunnei
2e22111820 Merge pull request #24 from archshift/patch-2
Fix problematic `sudo` in .travis.yml
2015-02-13 00:21:33 -05:00
archshift
51ef71fa3c Fix problematic sudo in .travis.yml 2015-02-12 21:17:05 -08:00
bunnei
67ca9736a5 Update README.md 2015-02-12 23:30:12 -05:00
bunnei
43bfcc96eb Merge pull request #18 from archshift/patch-1
Add .travis.yml for Travis CI
2015-02-12 22:52:42 -05:00
archshift
b6d828e070 Add .travis.yml for Travis CI
@bunnei or @neobrain, you'll have to add this to Travis.
2015-02-12 18:27:43 -08:00
bunnei
f80fb3c5cc Merge pull request #22 from bunnei/waitsynch-tests
Added WaitSynchN/WaitSynch1 tests
2015-02-12 21:12:48 -05:00
bunnei
2d41fc495e Added a bunch of tests for WaitSynchN and WaitSynch1. 2015-02-12 21:10:54 -05:00
bunnei
1ac4d1209b scope_exit: Move over fix to use CONCAT2. 2015-02-12 20:52:20 -05:00
bunnei
29218fa302 Ports: Fixed a typo. 2015-02-11 22:42:30 -05:00
bunnei
b3e1617c82 Merge pull request #20 from yuriks/cpu-tests
Add tests for SXTH, LDRSH and STRH
2015-01-30 15:50:18 -05:00
Yuri Kunde Schlesner
f11f8ae7f0 Add tests for SXTH, LDRSH and STRH 2015-01-30 17:00:44 -02:00
bunnei
c8c343955e Merge pull request #21 from yuriks/ConnectToPort
Add ConnectToPort SVC test
2015-01-30 13:56:36 -05:00
Yuri Kunde Schlesner
cbe706327b Add ConnectToPort SVC test 2015-01-30 16:09:53 -02:00
bunnei
d9472787cd Merge pull request #19 from FenrisulfrX/compilation-fix
Fix compilation with latest ctrulib
2015-01-24 00:26:29 -05:00
FenrisulfrX
ec01a4a214 Fix a crash from removing one too many Init 2015-01-15 05:14:33 -02:00
FenrisulfrX
4bc9245810 Remove unneeded boilerplates 2015-01-14 14:57:42 -02:00
FenrisulfrX
5af0875ec1 Fix compilation with latest ctrulib 2015-01-12 09:16:07 -02:00
bunnei
ef9eb0d006 Merge pull request #17 from lioncash/qaddsub16
integer: Add QADD16 and QSUB16 tests
2014-12-17 18:45:48 -05:00
bunnei
37c9e7197d Merge pull request #14 from lioncash/ops
Add CPU tests for USAD8 and USADA8.
2014-12-17 18:44:05 -05:00
Lioncash
add771e47e integer: Add QADD16 and QSUB16 tests 2014-12-16 00:45:56 -05:00
Lioncash
cf95873212 integer: Add CPU test for USADA8. 2014-12-15 22:34:38 -05:00
Lioncash
442c961038 integer: Add CPU test for USAD8 2014-12-15 22:33:29 -05:00
bunnei
f4ed994057 Merge pull request #16 from lioncash/uxtab16
integer: CPU test for UXTAB16
2014-12-15 22:29:38 -05:00
Lioncash
565b390bdc integer: CPU test for UXTAB16 2014-12-15 22:16:46 -05:00
bunnei
a06fc9ff0d Merge pull request #15 from lioncash/uxtb16
integer: Add a test for UXTB16
2014-12-15 22:11:57 -05:00
bunnei
e9cad6b632 Merge pull request #13 from archshift/cleanup
General cleanup and logging to file.
2014-12-15 22:10:40 -05:00
Lioncash
f095f04b8c integer: Add a test for UXTB16 2014-12-15 01:37:36 -05:00
archshift
f040fc54a4 Add logging to file, and cleaned up text.h/cpp. 2014-12-14 19:06:39 -08:00
archshift
4709c969fa General cleanups and conversion towards Common::FormatString 2014-12-14 18:52:40 -08:00
archshift
75575b4a41 Added common folder, with a new string helper file. 2014-12-14 18:51:43 -08:00
bunnei
d68e67e7d7 Merge pull request #12 from lioncash/good-job-lioncash
integer: Fix the UQSUB8 asserts
2014-12-14 02:21:46 -05:00
Lioncash
87a16323bc integer: Fix the UQSUB8 asserts
Forgot to invert the tested conditionals.
2014-12-14 02:18:55 -05:00
bunnei
f199cbe132 Merge pull request #11 from lioncash/uqsub
integer: Basic UQSUB8 test
2014-12-14 02:01:10 -05:00
Lioncash
4a2fb659e3 integer: Basic UQSUB8 test 2014-12-13 23:12:47 -05:00
bunnei
9b5afd3ec5 Merge pull request #8 from archshift/createfile
Added tests for CreateFile
2014-12-11 21:34:43 -05:00
bunnei
7321255730 Merge pull request #9 from archshift/template
Make Test a template function for easy comparison with values.
2014-12-11 21:34:34 -05:00
bunnei
cb64a61527 Merge pull request #10 from archshift/patch-1
Fix send-exec.py 3dsx filename
2014-12-11 01:30:24 -05:00
archshift
348d942a60 Fix send-exec.py 3dsx filename
Leftover from when the repo was named citra-hwtests.
2014-12-10 22:12:46 -08:00
archshift
3f083e0e0e Make Test a template function for easy comparison with values.
Also allows further logging and output in the future.
2014-12-10 20:15:30 -08:00
archshift
dc4f064769 Added tests for FSUSER_CreateFile, replaced FSUSER_OpenFile file creation where appropriate. 2014-12-10 18:30:28 -08:00
archshift
f1396adce9 Added scope_exit, which is very helpful for handling situations where the test exits early. 2014-12-10 18:29:40 -08:00
bunnei
38a0c47d43 Merge pull request #7 from lioncash/test
integer: Add ADDS test
2014-12-10 21:29:15 -05:00
Lioncash
c54a879de9 integer: Add ADDS test
Moved to inline asm by Normmatt.
2014-12-10 21:26:05 -05:00
bunnei
72471ea31f Merge pull request #6 from lioncash/cpu
Initial introduction of CPU tests
2014-12-08 22:24:41 -05:00
Lioncash
b61bfd2cf7 Initial introduction of CPU tests 2014-12-08 21:54:58 -05:00
bunnei
206b283ea2 Merge pull request #5 from linkmauve/master
Add missing <cstring> #include for strlen()
2014-12-08 09:22:05 -05:00
Emmanuel Gil Peyrot
b8310220c7 Add missing <cstring> #include for strlen() 2014-11-29 23:46:50 +01:00
bunnei
cc32aeef03 Merge pull request #4 from lioncash/dir
Put fs tests into their own directory.
2014-11-27 20:08:05 -05:00
bunnei
bc693011b3 Merge pull request #1 from lioncash/glyph
Rename charDesc_s to Glyph
2014-11-27 20:07:56 -05:00