summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-ios.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix grep expression in cryptest-ios.shJeffrey Walton2021-03-111-1/+1
|
* Add ASIMD code generation tests for Android and iOSJeffrey Walton2021-03-111-0/+10
|
* Add ARM NEON code generation testsJeffrey Walton2021-03-111-5/+19
|
* Update commentsJeffrey Walton2021-03-081-1/+1
|
* Whitespace check-inJeffrey Walton2021-03-081-1/+1
|
* Update cryptest-*.sh scriptsJeffrey Walton2021-03-081-0/+11
|
* Update code generation tests in cryptest-ios.shJeffrey Walton2021-03-081-4/+4
|
* Update code generation tests in cryptest-ios.shJeffrey Walton2021-03-081-37/+29
|
* Update code generation tests in cryptest-ios.shJeffrey Walton2021-03-081-8/+22
|
* Add code generation tests to cryptest-ios.shJeffrey Walton2021-03-081-0/+40
|
* Update test scriptsJeffrey Walton2021-02-071-13/+13
|
* Update test scriptsJeffrey Walton2021-02-071-4/+4
|
* Update test scriptsJeffrey Walton2021-02-051-6/+11
|
* Update test scriptsJeffrey Walton2021-02-051-3/+10
|
* Add additional platforms to cryptest-ios.shJeffrey Walton2020-03-101-0/+2
|
* Fix cryptest-android.sh and cryptest-ios.shJeffrey Walton2020-03-101-12/+9
|
* Update iOS and Android scripts (GH #936, PR #937)Jeffrey Walton2020-03-091-51/+61
| | | This commit updates Android and iOS to modern SDKs, NDKs and Xcode.
* Fix cryptest-android.sh and cryptest-ios.shJeffrey Walton2019-10-161-3/+5
| | | | The test programs were ignoring PLATFORM in the environment, and testing all platforms
* Fix Android ARMv7a compile and link (#894)Jeffrey Walton2019-10-161-20/+32
| | | | | | | | | | * Fix Android Aarch64 compile with XTS * Clear Shellcheck warnings * Fix Android armv7a builds * Update comments
* Add call to ls upon failure of scriptJeffrey Walton2018-07-301-1/+2
|
* Add check for setenv-*.sh scriptsJeffrey Walton2018-07-301-0/+5
|
* Cleanup Makefiles and Android and iOS scriptsJeffrey Walton2018-07-281-17/+20
|
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-1/+1
| | | | | | | | | This PR adds ARMv8.4 cpu feature detection support. Previously we only needed ARMv8.1 and things were much easier. For example, ARMv8.1 `__ARM_FEATURE_CRYPTO` meant PMULL, AES, SHA-1 and SHA-256 were available. ARMv8.4 `__ARM_FEATURE_CRYPTO` means PMULL, AES, SHA-1, SHA-256, SHA-512, SHA-3, SM3 and SM4 are available. We still use the same pattern as before. We make something available based on compiler version and/or preprocessor macros. But this time around we had to tighten things up a bit to ensure ARMv8.4 did not cross-pollinate down into ARMv8.1. ARMv8.4 is largely untested at the moment. There is no hardware in the field and CI lacks QEMU with the relevant patches/support. We will probably have to revisit some of this stuff in the future. Since this update applies to ARM gadgets we took the time to expand Android and iOS testing on Travis. Travis now tests more platforms, and includes Autotools and CMake builds, too.
* Fix return codes from cryptest-ios.shJeffrey Walton2018-04-051-0/+9
|
* Add OpenMP support to Scrypt (GH #613) (#628)Jeffrey Walton2018-04-011-1/+1
| | | | | | | | | | | | | | | | | | | Scrypt performance jumps as expected. For example, on a machine with 4 logical cores: $ time OMP_NUM_THREADS=1 ./test.exe Threads: 1 Key: DCF073537D25A10C9733... real 0m17.959s user 0m16.165s sys 0m1.759s $ time OMP_NUM_THREADS=4 ./test.exe Threads: 4 Key: B37A0127DBE178ED604F... real 0m4.488s user 0m15.391s sys 0m1.981s
* Re-enable OS X and iOS on Travis (GH #570, PR #627)Jeffrey Walton2018-04-011-10/+17
|
* Disable Travis OS X and iOS testing (GH #570)Jeffrey Walton2018-01-211-1/+6
| | | | | | | | Travis is having infrastructure problems since it migrated in November 2017. Our OS X and iOS tests hang for days. When the current job hangs, new jobs that enter the queue later hang too because the original job is still waiting. The subsequent hangs effect Android and Linux, too. Our Travis scripts test Android, Linux, OS X and iOS. A hang effects everything. We are going to disable Travis OS X and iOS tests until things improve.
* Organize test scripts (Issue 303)Jeffrey Walton2016-09-231-0/+40