aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/webrender/ci-scripts/linux-release-tests.sh
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2023-09-14 15:00:42 +0530
committerMukilan Thiyagarajan <mukilan@igalia.com>2023-09-14 15:00:42 +0530
commitc385b3c9737c17d59cb02e520c3b68b232cb6497 (patch)
treead598ffbbdfbcecd6a4cf458abe2afc702d92c27 /third_party/webrender/ci-scripts/linux-release-tests.sh
parent988e05a68b48c9e744bf49459faf41a1bd9b81d7 (diff)
downloadservo-revert-webrender.tar.gz
servo-revert-webrender.zip
Revert "Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)"revert-webrender
This reverts commit a9d37cb85ac2c55fc630fccffe1ba60ff00f555b.
Diffstat (limited to 'third_party/webrender/ci-scripts/linux-release-tests.sh')
-rwxr-xr-xthird_party/webrender/ci-scripts/linux-release-tests.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/third_party/webrender/ci-scripts/linux-release-tests.sh b/third_party/webrender/ci-scripts/linux-release-tests.sh
index 665fc88b5fe..f89fc43c44f 100755
--- a/third_party/webrender/ci-scripts/linux-release-tests.sh
+++ b/third_party/webrender/ci-scripts/linux-release-tests.sh
@@ -16,13 +16,7 @@ set -o xtrace
CARGOFLAGS=${CARGOFLAGS:-""} # default to empty if not set
pushd wrench
-# Test that all shaders compile successfully.
-python script/headless.py --precache test_init
-python script/headless.py --precache --use-unoptimized-shaders test_init
-
python script/headless.py reftest
python script/headless.py rawtest
-python script/headless.py test_invalidation
-CXX=clang++ cargo run ${CARGOFLAGS} --release --features=software -- \
- --software --headless reftest
+cargo build ${CARGOFLAGS} --release
popd