aboutsummaryrefslogtreecommitdiff
path: root/tools/skqp/make_known_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skqp/make_known_tests.sh')
-rwxr-xr-xtools/skqp/make_known_tests.sh26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/skqp/make_known_tests.sh b/tools/skqp/make_known_tests.sh
deleted file mode 100755
index 7242db625d..0000000000
--- a/tools/skqp/make_known_tests.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh
-
-# Copyright 2018 Google Inc.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-set -e -x
-
-cd "$(dirname "$0")/../.."
-
-BUILD=out/default
-
-python tools/git-sync-deps
-
-bin/gn gen $BUILD
-
-ninja -C $BUILD list_gms list_gpu_unit_tests
-
-DIR=platform_tools/android/apps/skqp/src/main/assets/skqp
-
-mkdir -p $DIR
-
-$BUILD/list_gms > $DIR/KnownGMs.txt
-
-$BUILD/list_gpu_unit_tests > $DIR/KnownGpuUnitTests.txt
-