Temporarily move back ANGLETest in end2end_tests

This path needs to a Chrome change before it can change.

BUG=angleproject:892

Change-Id: I549737383b9720a2e7d83ee5e3145d71716f04cb
Reviewed-on: https://chromium-review.googlesource.com/270457
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Tested-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2015-05-12 13:31:28 -04:00
Родитель c4738880d4
Коммит ac3ab8828f
41 изменённых файлов: 41 добавлений и 41 удалений

Просмотреть файл

@ -49,8 +49,8 @@
'<(angle_path)/src/tests/gl_tests/UnpackRowLength.cpp',
'<(angle_path)/src/tests/gl_tests/VertexAttributeTest.cpp',
'<(angle_path)/src/tests/gl_tests/ViewportTest.cpp',
'<(angle_path)/src/tests/test_utils/ANGLETest.cpp',
'<(angle_path)/src/tests/test_utils/ANGLETest.h',
'<(angle_path)/src/tests/end2end_tests/ANGLETest.cpp',
'<(angle_path)/src/tests/end2end_tests/ANGLETest.h',
'<(angle_path)/src/tests/test_utils/angle_test_configs.h',
],
'angle_end2end_tests_win_sources':

Просмотреть файл

@ -5,7 +5,7 @@
//
#include "gtest/gtest.h"
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
int main(int argc, char** argv)
{

Просмотреть файл

@ -11,7 +11,7 @@
#include <algorithm>
#include "angle_gl.h"
#include "angle_test_configs.h"
#include "test_utils/angle_test_configs.h"
#include "common/angleutils.h"
#include "shader_utils.h"

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <cstdint>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include "media/pixel.inl"

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include "libANGLE/Context.h"
#include "libANGLE/Program.h"

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <vector>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <array>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
// Needed for Sleep()
#include <Windows.h>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -6,7 +6,7 @@
// Some of the pointsprite tests below were ported from Khronos WebGL
// conformance test suite.
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <memory>
#include <stdint.h>

Просмотреть файл

@ -12,7 +12,7 @@
#define ANGLE_ENABLE_D3D11
#endif
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include "com_utils.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -8,7 +8,7 @@
// If one of these tests fails, then it is likely that some of the other tests are being configured incorrectly.
// For example, they might be using the D3D11 renderer when the test is meant to be using the D3D9 renderer.
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -6,7 +6,7 @@
// SimpleOperationTest:
// Basic GL commands such as linking a program, initializing a buffer, etc.
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <vector>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <vector>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <array>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
#include <array>

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;

Просмотреть файл

@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "test_utils/ANGLETest.h"
#include "end2end_tests/ANGLETest.h"
using namespace angle;