From 33f95e0e3d41262a6ebe023b2b2624d735539c6d Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 12 Sep 2019 16:38:39 -0400 Subject: 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') --- tests/cpp-compiler/c-compile-pass-through-shared-library.c | 2 +- tests/cpp-compiler/cpp-compile-shared-library.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cpp-compiler') 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 #include 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 #include -- cgit v1.2.3