diff --git a/test_conformance/contractions/contractions.cpp b/test_conformance/contractions/contractions.cpp index dddebb40..474fd364 100644 --- a/test_conformance/contractions/contractions.cpp +++ b/test_conformance/contractions/contractions.cpp @@ -1,6 +1,6 @@ // // Copyright (c) 2017 The Khronos Group Inc. -// +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -434,7 +434,6 @@ static int ParseArgs( int argc, const char **argv ) gArgCount++; } } - vlog( "\n\nTest binary built %s %s\n", __DATE__, __TIME__ ); PrintArch(); diff --git a/test_conformance/conversions/test_conversions.cpp b/test_conformance/conversions/test_conversions.cpp index 788af99b..765d09ff 100644 --- a/test_conformance/conversions/test_conversions.cpp +++ b/test_conformance/conversions/test_conversions.cpp @@ -1,6 +1,6 @@ // // Copyright (c) 2017 The Khronos Group Inc. -// +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -484,8 +484,6 @@ static int ParseArgs( int argc, const char **argv ) vlog( "\n" ); - vlog( "Test binary built %s %s\n", __DATE__, __TIME__ ); - PrintArch(); if( gWimpyMode ) diff --git a/test_conformance/half/main.cpp b/test_conformance/half/main.cpp index 104f4616..6bc7db95 100644 --- a/test_conformance/half/main.cpp +++ b/test_conformance/half/main.cpp @@ -1,6 +1,6 @@ // // Copyright (c) 2017 The Khronos Group Inc. -// +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -221,7 +221,6 @@ static int ParseArgs( int argc, const char **argv ) gWimpyMode = 1; } - vlog( "Test binary built %s %s\n", __DATE__, __TIME__ ); PrintArch(); if( gWimpyMode ) { @@ -247,4 +246,3 @@ static void PrintUsage( void ) vlog("\t\t%s\n", test_list[i].name ); } } - diff --git a/test_conformance/math_brute_force/main.cpp b/test_conformance/math_brute_force/main.cpp index 2c81de87..59960a85 100644 --- a/test_conformance/math_brute_force/main.cpp +++ b/test_conformance/math_brute_force/main.cpp @@ -502,8 +502,6 @@ static int ParseArgs(int argc, const char **argv) gWimpyMode = 1; } - vlog("\nTest binary built %s %s\n", __DATE__, __TIME__); - PrintArch(); if (gWimpyMode) diff --git a/test_conformance/printf/test_printf.cpp b/test_conformance/printf/test_printf.cpp index a32ee4ea..d638cd46 100644 --- a/test_conformance/printf/test_printf.cpp +++ b/test_conformance/printf/test_printf.cpp @@ -1,6 +1,6 @@ // // Copyright (c) 2017 The Khronos Group Inc. -// +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -1030,8 +1030,6 @@ test_status InitCL( cl_device_id device ) return TEST_SKIP; } - log_info( "Test binary built %s %s\n", __DATE__, __TIME__ ); - gFd = acquireOutputStream(&err); if (err != 0) { diff --git a/test_conformance/select/test_select.cpp b/test_conformance/select/test_select.cpp index 27ee5ffd..972a53c6 100644 --- a/test_conformance/select/test_select.cpp +++ b/test_conformance/select/test_select.cpp @@ -1,6 +1,6 @@ // // Copyright (c) 2017 The Khronos Group Inc. -// +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -639,7 +639,6 @@ int main(int argc, const char* argv[]) s_wimpy_mode = true; } - log_info( "Test binary built %s %s\n", __DATE__, __TIME__ ); if (s_wimpy_mode) { log_info("\n"); log_info("*** WARNING: Testing in Wimpy mode! ***\n"); @@ -668,4 +667,3 @@ static void printUsage( void ) log_info( "\t%s\n", test_list[i].name ); } } -