Edit

kc3-lang/angle/src/tests/test_expectations/GPUTestConfig_mac.h

Branch :

  • Show log

    Commit

  • Author : Jonah Ryan-Davis
    Date : 2019-04-05 11:30:10
    Hash : 34cbc544
    Message : Use ANGLE's gpu_info_util libraries for test expectations 3. Remove gpu_info.h and gpu_info.cc and use ANGLE's own gpu_info_util to to gather device info instead. - Support collecting info for and parsing expectations of specific Android devices such as Nexus 5X and Pixel 2. - Change parser behavior to more closely follow: bit.ly/chromium-test-list-format Bug: angleproject:2677 Change-Id: I4c0b9342142b718e884484a6bcaac2dff3ac575a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1553822 Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • src/tests/test_expectations/GPUTestConfig_mac.h
  • //
    // Copyright 2019 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.
    //
    // GPUTestConfig_mac.h:
    //   Helper functions for GPUTestConfig that have to be compiled in ObjectiveC++
    //
    
    #ifndef TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_
    #define TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_
    
    #include <stdint.h>
    
    namespace angle
    {
    
    void GetOperatingSystemVersionNumbers(int32_t *majorVersion, int32_t *minorVersion);
    
    }  // namespace angle
    
    #endif  // TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_