diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-09-12 16:38:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-12 16:38:39 -0400 |
| commit | 33f95e0e3d41262a6ebe023b2b2624d735539c6d (patch) | |
| tree | d05c09cced0a539ec1da3ebfe159e5a5f478ac65 /tests/cpp-compiler | |
| parent | bde858b31ac99b84ffba546d1022b34bb4621d49 (diff) | |
Fix problems with x86 CPU tests (#1051)
* Try to make x86 builds on x86 platforms (not the default for the os).
* Use c style include for stdint.h cos not found on x86 linux.
* Simplified x86 issue for linux.
* Fix typo.
* Remove the need for the shared-library category.
* Disable CPU tests on linux x86.
* Fix typo.
* Named test requirement methods so overloading not confusing (around flags, and SlangPassThroughType which are both 'int')
Diffstat (limited to 'tests/cpp-compiler')
| -rw-r--r-- | tests/cpp-compiler/c-compile-pass-through-shared-library.c | 2 | ||||
| -rw-r--r-- | tests/cpp-compiler/cpp-compile-shared-library.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cpp-compiler/c-compile-pass-through-shared-library.c b/tests/cpp-compiler/c-compile-pass-through-shared-library.c index 9f33bc430..143817325 100644 --- a/tests/cpp-compiler/c-compile-pass-through-shared-library.c +++ b/tests/cpp-compiler/c-compile-pass-through-shared-library.c @@ -1,4 +1,4 @@ -//TEST(smoke,shared-library):CPP_COMPILER_COMPILE: -pass-through c -entry test -target callable +//TEST(smoke):CPP_COMPILER_COMPILE: -pass-through c -entry test -target callable #include <stdlib.h> #include <stdio.h> diff --git a/tests/cpp-compiler/cpp-compile-shared-library.cpp b/tests/cpp-compiler/cpp-compile-shared-library.cpp index 5341cd2fb..c802a57cd 100644 --- a/tests/cpp-compiler/cpp-compile-shared-library.cpp +++ b/tests/cpp-compiler/cpp-compile-shared-library.cpp @@ -1,4 +1,4 @@ -//TEST(smoke,shared-library):CPP_COMPILER_SHARED_LIBRARY: +//TEST(smoke):CPP_COMPILER_SHARED_LIBRARY: #include <stdlib.h> #include <stdio.h> |
