Commit 92d5660c authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

Roll SwiftShader 847fc0b..d0a4800

https://swiftshader.googlesource.com/SwiftShader.git/+log/847fc0b..d0a4800

BUG=
TBR=kbr@chromium.org
TEST=bots

CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel

Change-Id: I79b19367a340cc2cdeb539c1c06390fb5cf477ec
Reviewed-on: https://chromium-review.googlesource.com/c/1306339
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604676}
parent de919047
......@@ -136,7 +136,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling SwiftShader
# and whatever else without interference from each other.
'swiftshader_revision': '847fc0b278f8454f8e04c89163bf840aa903df99',
'swiftshader_revision': 'd0a4800e1487cdd65dc9c812ebc39fd2cb0d43b8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
......
......@@ -8,7 +8,8 @@
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/swiftshader/tests/unittests/SwiftShaderTest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/swiftshader/tests/GLESUnitTests/SwiftShaderTest.h"
namespace {
......
......@@ -1060,7 +1060,7 @@
"type": "console_test_launcher",
},
"swiftshader_unittests": {
"label": "//third_party/swiftshader/tests/unittests:swiftshader_unittests",
"label": "//third_party/swiftshader/tests/GLESUnitTests:swiftshader_unittests",
"type": "raw",
"args": [],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment