Hash :
62628799
Author :
Date :
2021-07-21T22:55:22
Vulkan: SPIR-V Gen: Support dEQP A temporary condition for direct SPIR-V generation is added to test expectations while this work is in progress, so test suites can be partially enabled. 32 tests are currently failing. Bug: angleproject:4889 Change-Id: Icf0f6ef80d30fdb7564d8ecf928e67ca58ace86f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3042556 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Tim Van Patten <timvp@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798
//
// Copyright 2015 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// angle_deqp_gtest:
// dEQP and GoogleTest integration logic. Calls through to the random
// order executor.
#include <stdint.h>
#include <array>
#include <fstream>
#include <gtest/gtest.h>
#include "angle_deqp_libtester.h"
#include "common/Optional.h"
#include "common/angleutils.h"
#include "common/debug.h"
#include "common/platform.h"
#include "common/string_utils.h"
#include "common/system_utils.h"
#include "platform/PlatformMethods.h"
#include "tests/test_utils/runner/TestSuite.h"
#include "util/OSWindow.h"
#include "util/test_utils.h"
namespace angle
{
namespace
{
#if !defined(NDEBUG)
constexpr bool kIsDebug = true;
#else
constexpr bool kIsDebug = false;
#endif // !defined(NDEBUG)
bool gGlobalError = false;
bool gExpectError = false;
bool gVerbose = false;
// Set this to true temporarily to enable image logging in release. Useful for diagnosing errors.
bool gLogImages = kIsDebug;
constexpr char kInfoTag[] = "*RESULT";
void HandlePlatformError(PlatformMethods *platform, const char *errorMessage)
{
if (!gExpectError)
{
FAIL() << errorMessage;
}
gGlobalError = true;
}
std::string DrawElementsToGoogleTestName(const std::string &dEQPName)
{
std::string gTestName = dEQPName.substr(dEQPName.find('.') + 1);
std::replace(gTestName.begin(), gTestName.end(), '.', '_');
// Occurs in some luminance tests
gTestName.erase(std::remove(gTestName.begin(), gTestName.end(), '-'), gTestName.end());
return gTestName;
}
// Relative to the ANGLE root folder.
constexpr char kCTSRootPath[] = "third_party/VK-GL-CTS/src/";
constexpr char kSupportPath[] = "src/tests/deqp_support/";
#define OPENGL_CTS_DIR(PATH) "external/openglcts/data/mustpass/gles/" PATH
const char *gCaseListFiles[] = {
OPENGL_CTS_DIR("aosp_mustpass/master/gles2-master.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles3-master.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles31-master.txt"),
"/android/cts/master/egl-master.txt",
OPENGL_CTS_DIR("khronos_mustpass/master/gles2-khr-master.txt"),
OPENGL_CTS_DIR("khronos_mustpass/master/gles3-khr-master.txt"),
OPENGL_CTS_DIR("khronos_mustpass/master/gles31-khr-master.txt"),
OPENGL_CTS_DIR("khronos_mustpass/master/gles32-khr-master.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles3-rotate-landscape.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles3-rotate-reverse-portrait.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles3-rotate-reverse-landscape.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles31-rotate-landscape.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles31-rotate-reverse-portrait.txt"),
OPENGL_CTS_DIR("aosp_mustpass/master/gles31-rotate-reverse-landscape.txt"),
};
#undef OPENGL_CTS_DIR
const char *gTestExpectationsFiles[] = {
"deqp_gles2_test_expectations.txt", "deqp_gles3_test_expectations.txt",
"deqp_gles31_test_expectations.txt", "deqp_egl_test_expectations.txt",
"deqp_khr_gles2_test_expectations.txt", "deqp_khr_gles3_test_expectations.txt",
"deqp_khr_gles31_test_expectations.txt", "deqp_khr_gles32_test_expectations.txt",
"deqp_gles3_rotate_test_expectations.txt", "deqp_gles3_rotate_test_expectations.txt",
"deqp_gles3_rotate_test_expectations.txt", "deqp_gles31_rotate_test_expectations.txt",
"deqp_gles31_rotate_test_expectations.txt", "deqp_gles31_rotate_test_expectations.txt",
};
using APIInfo = std::pair<const char *, GPUTestConfig::API>;
constexpr APIInfo kEGLDisplayAPIs[] = {
{"angle-d3d9", GPUTestConfig::kAPID3D9},
{"angle-d3d11", GPUTestConfig::kAPID3D11},
{"angle-d3d11-ref", GPUTestConfig::kAPID3D11},
{"angle-gl", GPUTestConfig::kAPIGLDesktop},
{"angle-gles", GPUTestConfig::kAPIGLES},
{"angle-metal", GPUTestConfig::kAPIMetal},
{"angle-null", GPUTestConfig::kAPIUnknown},
{"angle-swiftshader", GPUTestConfig::kAPISwiftShader},
{"angle-vulkan", GPUTestConfig::kAPIVulkan},
};
constexpr char kdEQPEGLString[] = "--deqp-egl-display-type=";
constexpr char kANGLEEGLString[] = "--use-angle=";
constexpr char kANGLEPreRotation[] = "--emulated-pre-rotation=";
constexpr char kANGLEDirectSPIRVGen[] = "--direct-spirv-gen";
constexpr char kdEQPCaseString[] = "--deqp-case=";
constexpr char kVerboseString[] = "--verbose";
constexpr char kRenderDocString[] = "--renderdoc";
std::array<char, 500> gCaseStringBuffer;
// For angle_deqp_gles3*_rotateN_tests, default gOptions.preRotation to N.
#if defined(ANGLE_DEQP_GLES3_ROTATE90_TESTS) || defined(ANGLE_DEQP_GLES31_ROTATE90_TESTS)
constexpr uint32_t kDefaultPreRotation = 90;
#elif defined(ANGLE_DEQP_GLES3_ROTATE180_TESTS) || defined(ANGLE_DEQP_GLES31_ROTATE180_TESTS)
constexpr uint32_t kDefaultPreRotation = 180;
#elif defined(ANGLE_DEQP_GLES3_ROTATE270_TESTS) || defined(ANGLE_DEQP_GLES31_ROTATE270_TESTS)
constexpr uint32_t kDefaultPreRotation = 270;
#else
constexpr uint32_t kDefaultPreRotation = 0;
#endif
const APIInfo *gInitAPI = nullptr;
dEQPOptions gOptions = {
kDefaultPreRotation, // preRotation
false, // enableDirectSPIRVGen
false, // enableRenderDocCapture
};
constexpr const char gdEQPEGLConfigNameString[] = "--deqp-gl-config-name=";
constexpr const char gdEQPLogImagesString[] = "--deqp-log-images=";
// Default the config to RGBA8
const char *gEGLConfigName = "rgba8888d24s8";
// Returns the default API for a platform.
const char *GetDefaultAPIName()
{
#if defined(ANGLE_PLATFORM_ANDROID) || defined(ANGLE_PLATFORM_LINUX) || \
defined(ANGLE_PLATFORM_WINDOWS)
return "angle-vulkan";
#elif defined(ANGLE_PLATFORM_APPLE)
return "angle-gl";
#else
# error Unknown platform.
#endif
}
const APIInfo *FindAPIInfo(const std::string &arg)
{
for (auto &displayAPI : kEGLDisplayAPIs)
{
if (arg == displayAPI.first)
{
return &displayAPI;
}
}
return nullptr;
}
const APIInfo *GetDefaultAPIInfo()
{
const APIInfo *defaultInfo = FindAPIInfo(GetDefaultAPIName());
ASSERT(defaultInfo);
return defaultInfo;
}
std::string GetTestStatLine(const std::string &key, const std::string &value)
{
return std::string(kInfoTag) + ": " + key + ": " + value + "\n";
}
// During the CaseList initialization we cannot use the GTEST FAIL macro to quit the program because
// the initialization is called outside of tests the first time.
void Die()
{
exit(EXIT_FAILURE);
}
Optional<std::string> FindFileFromPath(const char *dirPath, const char *filePath)
{
std::stringstream strstr;
strstr << dirPath << filePath;
std::string path = strstr.str();
constexpr size_t kMaxFoundPathLen = 1000;
char foundPath[kMaxFoundPathLen];
if (angle::FindTestDataPath(path.c_str(), foundPath, kMaxFoundPathLen))
{
return std::string(foundPath);
}
return Optional<std::string>::Invalid();
}
Optional<std::string> FindCaseListPath(size_t testModuleIndex)
{
return FindFileFromPath(kCTSRootPath, gCaseListFiles[testModuleIndex]);
}
Optional<std::string> FindTestExpectationsPath(size_t testModuleIndex)
{
return FindFileFromPath(kSupportPath, gTestExpectationsFiles[testModuleIndex]);
}
class dEQPCaseList
{
public:
dEQPCaseList(size_t testModuleIndex);
struct CaseInfo
{
CaseInfo(const std::string &dEQPName, const std::string &gTestName, int expectation)
: mDEQPName(dEQPName), mGTestName(gTestName), mExpectation(expectation)
{}
std::string mDEQPName;
std::string mGTestName;
int mExpectation;
};
void initialize();
const CaseInfo &getCaseInfo(size_t caseIndex) const
{
ASSERT(mInitialized);
ASSERT(caseIndex < mCaseInfoList.size());
return mCaseInfoList[caseIndex];
}
size_t numCases() const
{
ASSERT(mInitialized);
return mCaseInfoList.size();
}
private:
std::vector<CaseInfo> mCaseInfoList;
size_t mTestModuleIndex;
bool mInitialized = false;
};
dEQPCaseList::dEQPCaseList(size_t testModuleIndex) : mTestModuleIndex(testModuleIndex) {}
void dEQPCaseList::initialize()
{
if (mInitialized)
{
return;
}
mInitialized = true;
Optional<std::string> caseListPath = FindCaseListPath(mTestModuleIndex);
if (!caseListPath.valid())
{
std::cerr << "Failed to find case list file." << std::endl;
Die();
}
Optional<std::string> testExpectationsPath = FindTestExpectationsPath(mTestModuleIndex);
if (!testExpectationsPath.valid())
{
std::cerr << "Failed to find test expectations file." << std::endl;
Die();
}
GPUTestConfig::API api = GetDefaultAPIInfo()->second;
// Set the API from the command line, or using the default platform API.
if (gInitAPI)
{
api = gInitAPI->second;
}
GPUTestConfig testConfig =
GPUTestConfig(api, gOptions.preRotation, gOptions.enableDirectSPIRVGen);
#if !defined(ANGLE_PLATFORM_ANDROID)
// Note: These prints mess up parsing of test list when running on Android.
std::cout << "Using test config with:" << std::endl;
for (uint32_t condition : testConfig.getConditions())
{
const char *name = GetConditionName(condition);
if (name != nullptr)
{
std::cout << " " << name << std::endl;
}
}
#endif
TestSuite *testSuite = TestSuite::GetInstance();
if (!testSuite->loadTestExpectationsFromFileWithConfig(testConfig,
testExpectationsPath.value()))
{
Die();
}
std::ifstream caseListStream(caseListPath.value());
if (caseListStream.fail())
{
std::cerr << "Failed to load the case list." << std::endl;
Die();
}
while (!caseListStream.eof())
{
std::string inString;
std::getline(caseListStream, inString);
std::string dEQPName = TrimString(inString, kWhitespaceASCII);
if (dEQPName.empty())
continue;
std::string gTestName = DrawElementsToGoogleTestName(dEQPName);
if (gTestName.empty())
continue;
int expectation = testSuite->getTestExpectation(dEQPName);
mCaseInfoList.push_back(CaseInfo(dEQPName, gTestName, expectation));
}
if (testSuite->logAnyUnusedTestExpectations())
{
Die();
}
}
template <size_t TestModuleIndex>
class dEQPTest : public testing::TestWithParam<size_t>
{
public:
static testing::internal::ParamGenerator<size_t> GetTestingRange()
{
return testing::Range<size_t>(0, GetCaseList().numCases());
}
static std::string GetCaseGTestName(size_t caseIndex)
{
const auto &caseInfo = GetCaseList().getCaseInfo(caseIndex);
return caseInfo.mGTestName;
}
static const dEQPCaseList &GetCaseList()
{
static dEQPCaseList sCaseList(TestModuleIndex);
sCaseList.initialize();
return sCaseList;
}
static void SetUpTestCase();
static void TearDownTestCase();
protected:
void runTest() const
{
if (sTestExceptionCount > 1)
{
std::cout << "Too many exceptions, skipping all remaining tests." << std::endl;
return;
}
const auto &caseInfo = GetCaseList().getCaseInfo(GetParam());
std::cout << caseInfo.mDEQPName << std::endl;
// Tests that crash exit the harness before collecting the result. To tally the number of
// crashed tests we track how many tests we "tried" to run.
sTestCount++;
if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip ||
caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestTimeout)
{
sSkippedTestCount++;
std::cout << "Test skipped.\n";
return;
}
gExpectError = (caseInfo.mExpectation != GPUTestExpectationsParser::kGpuTestPass);
dEQPTestResult result = deqp_libtester_run(caseInfo.mDEQPName.c_str());
bool testSucceeded = countTestResultAndReturnSuccess(result);
// Check the global error flag for unexpected platform errors.
if (gGlobalError)
{
testSucceeded = false;
gGlobalError = false;
}
if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestPass)
{
EXPECT_TRUE(testSucceeded);
if (!testSucceeded)
{
sUnexpectedFailed.push_back(caseInfo.mDEQPName);
}
}
else if (testSucceeded)
{
std::cout << "Test expected to fail but passed!" << std::endl;
sUnexpectedPasses.push_back(caseInfo.mDEQPName);
}
}
bool countTestResultAndReturnSuccess(dEQPTestResult result) const
{
switch (result)
{
case dEQPTestResult::Pass:
sPassedTestCount++;
return true;
case dEQPTestResult::Fail:
sFailedTestCount++;
return false;
case dEQPTestResult::NotSupported:
sNotSupportedTestCount++;
return true;
case dEQPTestResult::Exception:
sTestExceptionCount++;
return false;
default:
std::cerr << "Unexpected test result code: " << static_cast<int>(result) << "\n";
return false;
}
}
static void PrintTestStats()
{
uint32_t crashedCount =
sTestCount - (sPassedTestCount + sFailedTestCount + sNotSupportedTestCount +
sTestExceptionCount + sSkippedTestCount);
std::cout << GetTestStatLine("Total", std::to_string(sTestCount));
std::cout << GetTestStatLine("Passed", std::to_string(sPassedTestCount));
std::cout << GetTestStatLine("Failed", std::to_string(sFailedTestCount));
std::cout << GetTestStatLine("Skipped", std::to_string(sSkippedTestCount));
std::cout << GetTestStatLine("Not Supported", std::to_string(sNotSupportedTestCount));
std::cout << GetTestStatLine("Exception", std::to_string(sTestExceptionCount));
std::cout << GetTestStatLine("Crashed", std::to_string(crashedCount));
if (!sUnexpectedPasses.empty())
{
std::cout << GetTestStatLine("Unexpected Passed Count",
std::to_string(sUnexpectedPasses.size()));
for (const std::string &testName : sUnexpectedPasses)
{
std::cout << GetTestStatLine("Unexpected Passed Tests", testName);
}
}
if (!sUnexpectedFailed.empty())
{
std::cout << GetTestStatLine("Unexpected Failed Count",
std::to_string(sUnexpectedFailed.size()));
for (const std::string &testName : sUnexpectedFailed)
{
std::cout << GetTestStatLine("Unexpected Failed Tests", testName);
}
}
}
static uint32_t sTestCount;
static uint32_t sPassedTestCount;
static uint32_t sFailedTestCount;
static uint32_t sTestExceptionCount;
static uint32_t sNotSupportedTestCount;
static uint32_t sSkippedTestCount;
static std::vector<std::string> sUnexpectedFailed;
static std::vector<std::string> sUnexpectedPasses;
};
template <size_t TestModuleIndex>
uint32_t dEQPTest<TestModuleIndex>::sTestCount = 0;
template <size_t TestModuleIndex>
uint32_t dEQPTest<TestModuleIndex>::sPassedTestCount = 0;
template <size_t TestModuleIndex>
uint32_t dEQPTest<TestModuleIndex>::sFailedTestCount = 0;
template <size_t TestModuleIndex>
uint32_t dEQPTest<TestModuleIndex>::sTestExceptionCount = 0;
template <size_t TestModuleIndex>
uint32_t dEQPTest<TestModuleIndex>::sNotSupportedTestCount = 0;
template <size_t TestModuleIndex>
uint32_t dEQPTest<TestModuleIndex>::sSkippedTestCount = 0;
template <size_t TestModuleIndex>
std::vector<std::string> dEQPTest<TestModuleIndex>::sUnexpectedFailed;
template <size_t TestModuleIndex>
std::vector<std::string> dEQPTest<TestModuleIndex>::sUnexpectedPasses;
// static
template <size_t TestModuleIndex>
void dEQPTest<TestModuleIndex>::SetUpTestCase()
{
sPassedTestCount = 0;
sFailedTestCount = 0;
sNotSupportedTestCount = 0;
sTestExceptionCount = 0;
sTestCount = 0;
sSkippedTestCount = 0;
sUnexpectedPasses.clear();
sUnexpectedFailed.clear();
std::vector<const char *> argv;
// Reserve one argument for the binary name.
argv.push_back("");
// Add init api.
const char *targetApi = gInitAPI ? gInitAPI->first : GetDefaultAPIName();
std::string apiArgString = std::string(kdEQPEGLString) + targetApi;
argv.push_back(apiArgString.c_str());
// Add config name
const char *targetConfigName = gEGLConfigName;
std::string configArgString = std::string(gdEQPEGLConfigNameString) + targetConfigName;
argv.push_back(configArgString.c_str());
// Hide SwiftShader window to prevent a race with Xvfb causing hangs on test bots
if (gInitAPI && gInitAPI->second == GPUTestConfig::kAPISwiftShader)
{
argv.push_back("--deqp-visibility=hidden");
}
TestSuite *testSuite = TestSuite::GetInstance();
std::stringstream logNameStream;
logNameStream << "TestResults";
if (testSuite->getBatchId() != -1)
{
logNameStream << "-Batch" << std::setfill('0') << std::setw(3) << testSuite->getBatchId();
}
logNameStream << ".qpa";
std::stringstream logArgStream;
logArgStream << "--deqp-log-filename=" << testSuite->addTestArtifact(logNameStream.str());
std::string logNameString = logArgStream.str();
argv.push_back(logNameString.c_str());
if (!gLogImages)
{
argv.push_back("--deqp-log-images=disable");
}
// Flushing during multi-process execution punishes HDDs. http://anglebug.com/5157
if (testSuite->getBatchId() != -1)
{
argv.push_back("--deqp-log-flush=disable");
}
// Init the platform.
if (!deqp_libtester_init_platform(static_cast<int>(argv.size()), argv.data(),
reinterpret_cast<void *>(&HandlePlatformError), gOptions))
{
std::cout << "Aborting test due to dEQP initialization error." << std::endl;
exit(1);
}
}
// static
template <size_t TestModuleIndex>
void dEQPTest<TestModuleIndex>::TearDownTestCase()
{
PrintTestStats();
deqp_libtester_shutdown_platform();
}
#define ANGLE_INSTANTIATE_DEQP_TEST_CASE(API, N) \
class dEQP : public dEQPTest<N> \
{}; \
TEST_P(dEQP, API) { runTest(); } \
\
INSTANTIATE_TEST_SUITE_P(, dEQP, dEQP::GetTestingRange(), \
[](const testing::TestParamInfo<size_t> &info) { \
return dEQP::GetCaseGTestName(info.param); \
})
#ifdef ANGLE_DEQP_GLES2_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES2, 0);
#endif
#ifdef ANGLE_DEQP_GLES3_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES3, 1);
#endif
#ifdef ANGLE_DEQP_GLES31_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES31, 2);
#endif
#ifdef ANGLE_DEQP_EGL_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(EGL, 3);
#endif
#ifdef ANGLE_DEQP_KHR_GLES2_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(KHR_GLES2, 4);
#endif
#ifdef ANGLE_DEQP_KHR_GLES3_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(KHR_GLES3, 5);
#endif
#ifdef ANGLE_DEQP_KHR_GLES31_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(KHR_GLES31, 6);
#endif
#ifdef ANGLE_DEQP_KHR_GLES32_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(KHR_GLES32, 7);
#endif
#ifdef ANGLE_DEQP_GLES3_ROTATE90_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES3_ROTATE90, 8);
#endif
#ifdef ANGLE_DEQP_GLES3_ROTATE180_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES3_ROTATE180, 9);
#endif
#ifdef ANGLE_DEQP_GLES3_ROTATE270_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES3_ROTATE270, 10);
#endif
#ifdef ANGLE_DEQP_GLES31_ROTATE90_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES31_ROTATE90, 11);
#endif
#ifdef ANGLE_DEQP_GLES31_ROTATE180_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES31_ROTATE180, 12);
#endif
#ifdef ANGLE_DEQP_GLES31_ROTATE270_TESTS
ANGLE_INSTANTIATE_DEQP_TEST_CASE(GLES31_ROTATE270, 13);
#endif
void HandleDisplayType(const char *displayTypeString)
{
std::stringstream argStream;
if (gInitAPI)
{
std::cout << "Cannot specify two EGL displays!" << std::endl;
exit(1);
}
if (strncmp(displayTypeString, "angle-", strlen("angle-")) != 0)
{
argStream << "angle-";
}
argStream << displayTypeString;
std::string arg = argStream.str();
gInitAPI = FindAPIInfo(arg);
if (!gInitAPI)
{
std::cout << "Unknown ANGLE back-end API: " << displayTypeString << std::endl;
exit(1);
}
}
void HandlePreRotation(const char *preRotationString)
{
std::istringstream argStream(preRotationString);
uint32_t preRotation = 0;
argStream >> preRotation;
if (!argStream ||
(preRotation != 0 && preRotation != 90 && preRotation != 180 && preRotation != 270))
{
std::cout << "Invalid PreRotation '" << preRotationString
<< "'; must be either 0, 90, 180 or 270" << std::endl;
exit(1);
}
gOptions.preRotation = preRotation;
}
void HandleEGLConfigName(const char *configNameString)
{
gEGLConfigName = configNameString;
}
// The --deqp-case flag takes a case expression that is parsed into a --gtest_filter. It converts
// the "dEQP" style names (functional.thing.*) into "GoogleTest" style names (functional_thing_*).
// Currently it does not handle multiple tests and multiple filters in different arguments.
void HandleCaseName(const char *caseString, int *argc, int argIndex, char **argv)
{
std::string googleTestName = DrawElementsToGoogleTestName(caseString);
gCaseStringBuffer.fill(0);
int bytesWritten = snprintf(gCaseStringBuffer.data(), gCaseStringBuffer.size() - 1,
"--gtest_filter=*%s", googleTestName.c_str());
if (bytesWritten <= 0 || static_cast<size_t>(bytesWritten) >= gCaseStringBuffer.size() - 1)
{
std::cout << "Error parsing test case string: " << caseString;
exit(1);
}
argv[argIndex] = gCaseStringBuffer.data();
}
void HandleLogImages(const char *logImagesString)
{
if (strcmp(logImagesString, "enable") == 0)
{
gLogImages = true;
}
else if (strcmp(logImagesString, "disable") == 0)
{
gLogImages = false;
}
else
{
std::cout << "Error parsing log images setting. Use enable/disable.";
exit(1);
}
}
} // anonymous namespace
// Called from main() to process command-line arguments.
void InitTestHarness(int *argc, char **argv)
{
int argIndex = 0;
while (argIndex < *argc)
{
if (strncmp(argv[argIndex], kdEQPEGLString, strlen(kdEQPEGLString)) == 0)
{
HandleDisplayType(argv[argIndex] + strlen(kdEQPEGLString));
}
else if (strncmp(argv[argIndex], kANGLEEGLString, strlen(kANGLEEGLString)) == 0)
{
HandleDisplayType(argv[argIndex] + strlen(kANGLEEGLString));
}
else if (strncmp(argv[argIndex], kANGLEPreRotation, strlen(kANGLEPreRotation)) == 0)
{
HandlePreRotation(argv[argIndex] + strlen(kANGLEPreRotation));
}
else if (strncmp(argv[argIndex], kANGLEDirectSPIRVGen, strlen(kANGLEDirectSPIRVGen)) == 0)
{
gOptions.enableDirectSPIRVGen = true;
}
else if (strncmp(argv[argIndex], gdEQPEGLConfigNameString,
strlen(gdEQPEGLConfigNameString)) == 0)
{
HandleEGLConfigName(argv[argIndex] + strlen(gdEQPEGLConfigNameString));
}
else if (strncmp(argv[argIndex], kdEQPCaseString, strlen(kdEQPCaseString)) == 0)
{
HandleCaseName(argv[argIndex] + strlen(kdEQPCaseString), argc, argIndex, argv);
}
else if (strncmp(argv[argIndex], kVerboseString, strlen(kVerboseString)) == 0 ||
strcmp(argv[argIndex], "-v") == 0)
{
gVerbose = true;
}
else if (strncmp(argv[argIndex], gdEQPLogImagesString, strlen(gdEQPLogImagesString)) == 0)
{
HandleLogImages(argv[argIndex] + strlen(gdEQPLogImagesString));
}
else if (strncmp(argv[argIndex], kRenderDocString, strlen(kRenderDocString)) == 0)
{
gOptions.enableRenderDocCapture = true;
}
argIndex++;
}
GPUTestConfig::API api = GetDefaultAPIInfo()->second;
if (gInitAPI)
{
api = gInitAPI->second;
}
if (gOptions.preRotation != 0 && api != GPUTestConfig::kAPIVulkan &&
api != GPUTestConfig::kAPISwiftShader)
{
std::cout << "PreRotation is only supported on Vulkan" << std::endl;
exit(1);
}
if (gOptions.enableDirectSPIRVGen != 0 && api != GPUTestConfig::kAPIVulkan &&
api != GPUTestConfig::kAPISwiftShader)
{
std::cout << "SPIR-V generation is only relevant to Vulkan" << std::endl;
exit(1);
}
}
} // namespace angle