~chromium-team/chromium-browser/trusty-beta

« back to all changes in this revision

Viewing changes to debian/tests/webapps

  • Committer: Olivier Tilloy
  • Date: 2017-10-23 16:46:53 UTC
  • mfrom: (1172.1.38 trusty-stable)
  • Revision ID: olivier.tilloy@canonical.com-20171023164653-zmpfzblxxnkj0jhj
Merge back changes from stable branch:
  * debian/control: bump Standards-Version to 4.1.1
  * debian/patches/set-rpath-on-chromium-executables.patch: updated
  * debian/tests/*:
    - removed stale autopkgtests
    - added new autopkgtests based on chromium's new headless mode
  * debian/source/include-binaries: updated to reflect new binary data in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
set -e
4
 
 
5
 
SRCDIR=$(pwd)
6
 
WORKDIR=$(mktemp -d)
7
 
trap "rm -rf ${WORKDIR}" 0 INT QUIT ABRT PIPE TERM
8
 
 
9
 
 
10
 
# about:settings  Advanced
11
 
# "Notify me when the website I am visiting can run as an application"
12
 
 
13
 
 
14
 
# check that chrome.tld and chrome.infobars are found (available only to
15
 
# extensions e.g. in background pages)
16
 
 
17
 
 
18
 
# that for the /proc/<pid>environ for the chromium process is not messed up
19
 
 
20
 
 
21
 
# validate that you don't see the "webapps plugin requires your authorization"
22
 
 
23
 
 
24
 
echo NOOP