Backed out changeset 5ddb2e58bb74 (bug 1287099)

This commit is contained in:
Iris Hsiao 2017-01-05 12:21:35 -05:00
Родитель 8ca3b2dc24
Коммит c3cda2a39a
5 изменённых файлов: 0 добавлений и 53 удалений

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

@ -15,15 +15,6 @@
##
# Linux platforms (matching /linux.*/)
linux32/debug:
build-platform: linux/debug
test-sets:
- linux32-tests
linux32/opt:
build-platform: linux/opt
test-sets:
- linux32-tests
linux64/debug:
build-platform: linux64/debug
test-sets:

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

@ -151,30 +151,6 @@ macosx64-tests-talos:
- talos-svgr
- talos-tp5o
linux32-tests:
- cppunit
- crashtest
- external-media-tests
- firefox-ui-functional-local
- firefox-ui-functional-remote
- gtest
- jittest
- jsreftest
- marionette
- mochitest
- mochitest-a11y
- mochitest-browser-chrome
- mochitest-chrome
- mochitest-clipboard
- mochitest-devtools-chrome
- mochitest-gpu
- mochitest-jetpack
- mochitest-media
- mochitest-webgl
- web-platform-tests
- web-platform-tests-reftests
- xpcshell
android-common-tests:
- cppunit
- crashtest

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

@ -381,8 +381,6 @@ mochitest-browser-chrome:
chunks:
by-test-platform:
linux64-jsdcov/opt: 35
linux64/debug: 12
linux32/debug: 12
linux64-asan/opt: 10
default: 7
e10s:
@ -395,7 +393,6 @@ mochitest-browser-chrome:
linux64-jsdcov/opt: 7200
linux64-ccov/opt: 7200
linux64/debug: 5400
linux32/debug: 5400
default: 3600
mozharness:
script: desktop_unittest.py

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

@ -257,14 +257,6 @@ apt-get -q -y --force-yes install \
mesa_version=$(dpkg-query -s libgl1-mesa-dri-lts-saucy | grep ^Version | awk '{ print $2 }')
[ "$mesa_version" = "9.2.1-1ubuntu3~precise1mozilla2" ] || exit 1
# additional packages for linux32 tests
apt-get -q -y --force-yes install \
libcanberra-gtk-module:i386 \
libcanberra-gtk3-module:i386 \
libdbus-glib-1-2:i386 \
libgtk-3-0:i386 \
openjdk-7-jdk:i386
# revert the list of repos
cp sources.list.orig /etc/apt/sources.list
apt-get update

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

@ -159,15 +159,6 @@ apt-get -q -y -f install \
libgl1-mesa-glx \
mesa-common-dev
# additional packages for linux32 tests
sudo dpkg --add-architecture i386
apt-get update
apt-get -q -y -f install \
libavcodec-ffmpeg-extra56:i386 \
libdbus-glib-1-2:i386 \
libgtk-3-0:i386 \
openjdk-8-jdk:i386
# revert the list of repos
cp sources.list.orig /etc/apt/sources.list
apt-get update