Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
63442ae2
Unverified
Commit
63442ae2
authored
Aug 18, 2014
by
boklm
Browse files
Add known issue: meek binaries are not PIE (#10935)
parent
766d0371
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/linus-nightly
View file @
63442ae2
...
...
@@ -5,6 +5,7 @@ use DateTime;
use
Data::
Dump
qw(dd)
;
use
LWP::
Simple
;
use
TBBTestSuite::
Common
;
use
TBBTestSuite::Tests::
Command
qw(file_known_issue)
;
my
$system_infos
=
TBBTestSuite::Common::
system_infos
;
my
$osname
=
$system_infos
->
{
osname
}
.
'
-
'
.
$system_infos
->
{
arch
};
...
...
@@ -36,4 +37,10 @@ if (!get($shaurl)) {
'
gunes.acar@esat.kuleuven.be
',
],
'
reports-url
'
=>
'
https://people.torproject.org/~boklm/tbbtests/
',
known_issues
=>
{
readelf_PIE
=>
file_known_issue
(
'
TorBrowser/Tor/PluggableTransports/meek-client
'
=>
'
10935
',
'
TorBrowser/Tor/PluggableTransports/meek-client-torbrowser
'
=>
'
10935
',
),
},
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment