| author | Lee Salzman <lsalzman@mozilla.com> |
| Sun, 15 Mar 2020 23:25:14 +0000 | |
| changeset 518882 | 5f2127c05157c5a264d4729447c06cd8cea8614d |
| parent 518881 | 4c0c09659c77558c85f0539544b8e860b17bb500 |
| child 518883 | ef75f461147c5148755e505ed8b8c2d9ca20f856 |
| push id | 37218 |
| push user | rmaries@mozilla.com |
| push date | Mon, 16 Mar 2020 09:28:04 +0000 |
| treeherder | mozilla-central@6199f7b91e8b [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| reviewers | gw |
| bugs | 1622668 |
| milestone | 76.0a1 |
| first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| gfx/wr/ci-scripts/linux-debug-tests.sh | file | annotate | diff | comparison | revisions | |
| gfx/wr/ci-scripts/macos-debug-tests.sh | file | annotate | diff | comparison | revisions |
--- a/gfx/wr/ci-scripts/linux-debug-tests.sh +++ b/gfx/wr/ci-scripts/linux-debug-tests.sh @@ -27,9 +27,10 @@ cargo build ${CARGOFLAGS} --features env OPTIMIZED=0 python script/headless.py reftest popd pushd examples cargo build ${CARGOFLAGS} popd cargo test ${CARGOFLAGS} \ - --all --exclude compositor-windows --exclude compositor + --all --exclude compositor-windows --exclude compositor \ + --exclude glsl-to-cxx --exclude swgl
--- a/gfx/wr/ci-scripts/macos-debug-tests.sh +++ b/gfx/wr/ci-scripts/macos-debug-tests.sh @@ -33,9 +33,10 @@ pushd wrench cargo check ${CARGOFLAGS} --features env_logger popd pushd examples cargo check ${CARGOFLAGS} popd cargo test ${CARGOFLAGS} ${CARGOTESTFLAGS} \ - --all --exclude compositor-windows --exclude compositor + --all --exclude compositor-windows --exclude compositor \ + --exclude glsl-to-cxx --exclude swgl