Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-lnt


https://github.com/llvm/llvm-lnt

Fix blank line errors

Fix the following Flake8 errors:
- E301 (expected 1 blank line, found 0)
- E303 (too many blank ...

9bb061a549b1275ea1313e5c6ea152e40116523d authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix space before typing comments

Fix Flake8's E261 error (at least two spaces before inline comments)
introduced by earlier 04293...

99b21a5b0bfea1e8b1828692404b56985e89a845 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix unexpected space around keyword/param equals

Fix Flake8's E251 error (unexpected spaces around keyword / parameter
equals)

Reviewed By: tnfc...

0b2c5df7a25c2e5ed7875d19dd53d097b9bbde50 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
F841: local variable assigned to but never used

tests/server/reporting/analysis.py:
- Ignore unused variables spike and slow which commented cod...

161ab162b98b1fb2bb653dcdfabd4c584cc1ab2a authored almost 4 years ago by Thomas Preud'homme <[email protected]>
[LNT] add __pycache__ to ignored files

Fixes WARNING: ignoring item '__pycache__' ... warnings

Differential Revision: https://reviews....

2e93cbd17fd5eb4b2e3773e5022186feac554d7c authored almost 4 years ago by Danila Malyutin <[email protected]>
[LNT] Fix F811 warnings

Differential Revision: https://reviews.llvm.org/D94774

0982122b76efad15e244a18b42ce77de2a906140 authored almost 4 years ago by Danila Malyutin <[email protected]>
Ignore files generated by running tox

Reviewed By: danilaml

Differential Revision: https://reviews.llvm.org/D94758

9284050152ae4d9623a37dea2e7725f025d2c829 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix under and over continuation indentation

Fix Flake8 E127 and E128 errors (under and over continuation
indentation)

Reviewed By: cmatthew...

411247695c40d5c4af13abe9188ccf5f4d76270b authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix whitespaces flake8 errors and warnings

- fix E302 errors (2 blank lines before class/functions)
- fix E305 errors (2 blank lines after ...

508980c3688d4b1c87e96c7359e2129b7a557746 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix multiple import on one line

Fix Flake8's E401 error (multiple imports on one line)

Reviewed By: cmatthews

Differential Rev...

0dafa58e49b2c21e15d06ddad3ba716190bcb6e6 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix non multiple of 4 indentation

Fix Flake8's E111 error (indentation is not a multiple of four)

Reviewed By: cmatthews

Differe...

d36ab1023cd2a507d7c04a2f223386f3541075c4 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix all unused imports flake8 warnings

lnt/lnttool/main.py:
- ignore flask.current_app and flask.g unused import warnings since they
...

27a422e161a1521a0aeaf8c71b08802b2211088a authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Expect LNT to be installed in the tests

LNT's lit is configured to be able to run the tests without LNT being
installed. This is useful ...

5a4cfa934327a09e7700ed2fe7257a4e6a7faec2 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix use of wrong and undef variable

Two of the ValueError exceptionsraised in get_base_for_testsuite() refer
to the wrong variable a...

0d067a27868dae963ac9bc4a21e7da434822dd01 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Fix server/ui/V4Pages test

Commit cc9b7c48f8e22c1b883950ef214bb710c85ca412 changed redirect URL to
be relative. However, it...

52ea66719d01d3d18651946c1b83790ca371d34c authored almost 4 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix several bytes/str inconsistencies

Fix Profile.render() to return str. It's expected that .render()
methods return str but in py3 i...

80ed0db735b4636d40fb780605b9f947a19f7b7c authored almost 4 years ago by Danila Malyutin <[email protected]>
Fix __all__ mypy warnings

mypy warns about the unknown type for empty __all__. This commit adds
type info for them. Import...

042938b5c332fa63f1fefdd7116f39e161b8c51b authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Remove no longer needed threading module import

Last uses of threading were removed in commit
98054daa1001bc0b0b906ccc251c96fb85b85840 so this c...

711a02c90e247b306a162f76d308d283b5a59b70 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
Teach Mypy about sqlalchemy's declarative_base()

Mypy complains about alias for
sqlalchemy.ext.declarative.declarative_base() and everywhere wher...

c6c4b5dcf1dedd9ac2fab5d405fa2e309b41d156 authored almost 4 years ago by Thomas Preud'homme <[email protected]>
LNT: Fix Perf profiling support

In Python3 the C interface has changed. [1]

During the upgrade the Creation of the perf
interfa...

f98bc1b3018248fbe551b0e7491ac5ba388216d5 authored about 4 years ago by Tamar Christina <[email protected]>
LNT: Use relative URLs for Javascript-based URLs.

Having _external=True seems to break links when LNT is hosted behind a
reverse-proxy. This has b...

51cae4e78379dc464084b40448b447c4a46b43d8 authored about 4 years ago by George Steed <[email protected]>
LNT: fix broken relative redirect

RFC 2616 had at some point an ambiguous statement in it that made it
look like relative URIs was...

cc9b7c48f8e22c1b883950ef214bb710c85ca412 authored about 4 years ago by Tamar Christina <[email protected]>
LNT: Sort testsuites ascendingly

When running a large number of testsuites having them sorted
alphabetically makes them easier to...

71665a166347cf8eb8d0ded8bfa80341e08d69bb authored about 4 years ago by Tamar Christina <[email protected]>
LNT: Fix large Mann-Whitney U Test.

The call to mannwhitneyu_large returns a tuple of two results (the U
statistic and the one-sided...

9aa959f750810c3a16016a6a50123b9c0c6789ed authored about 4 years ago by George Steed <[email protected]>
LNT: Fix baseline lookup in run view.

The v4_set_baseline route currently always sets the session baseline
using the default key (pass...

3c96d8c9c7f85567938555bf0b47354d9762ceba authored about 4 years ago by George Steed <[email protected]>
[LNT] Pin Python version in Dockerfile to 3.7 temporarily

Python 3.9 has been released and one of the dependencies of LNT does not compiler under it. pyy...

60343998f7907b77e24f01c94c48ea6c753eca7e authored about 4 years ago by Thomas Preud'homme <[email protected]>
Test default compare in global status page

Make run for profile report older so that the global status page uses
another run.

Reviewed By:...

22f39a4879da0908ac0abb0697aa5e73a9771934 authored over 4 years ago by Thomas Preud'homme <[email protected]>
Prevent page crash when using default comparer on Global Status page

When LNT was still Python 2 the default comparer was able to handle None
values with <, however ...

83c975ef66db04615077d6a6f819f42e90e8fa67 authored over 4 years ago by Tamar Christina <[email protected]>
Generate relative URLs instead of absolute urls for weburls.

Currently LNT generates for the web views a url by using flask, however the documentation[1] spe...

61eaf8a9eccf4edbef18f55593d1095254ed3ff5 authored over 4 years ago by Tamar Christina <[email protected]>
Forwarding test size param to CMake

Without this fix test-size parameter in `lnt runtest test-suite` has no
effect.

Reviewed By: th...

554f0722ae0daaab3abb7fd2205a9f00ce787cf0 authored over 4 years ago by Nikolai Bolgurtcev <[email protected]>
[LNT] Use minimized version of jquery.scrolltofixed

Also fixes potential issues with the packaging

Differential Revision: https://reviews.llvm.o...

4c57b004f148dffc6db199890d91fc3e6e578972 authored over 4 years ago by Danila Malyutin <[email protected]>
[LNT][docs] Fixed docs consistency

Fixed formatting for run-test command in getting started.
Removed shell sign where no command ou...

53229320df0e57a7b779a3dcded72fc9e6d44e01 authored over 4 years ago by Nikolai Bolgurtcev <[email protected]>
Fix crash in psycopg2 with docker image

Summary:
Psycopg2 2.8 crashes when used with PostgreSQL 12 [1] which is now the
default version ...

f34ad041dce4f3b55a013ab6e7d712349a2844a0 authored over 4 years ago by Thomas Preud'homme <[email protected]>
Fix pip install line in Dockerfile

Summary:
The pip install line in Dockerfile is missing the -r switch and is
not executed from th...

4757dfc076886bd581b548f021026ea8163737cb authored over 4 years ago by Thomas Preud'homme <[email protected]>
[LNT] fix legend color

Early conversion to int causes the color precision lost. Delaying the
conversion fixes it.

Revi...

83745f83db6191a183bad97fdcf83b8b9c992303 authored over 4 years ago by Yuanfang Chen <[email protected]>
[LNT] Fix get_sliding_runs of RunInfo

Summary:
Introduced by D37360. Make it sqlalchemy's Session instead of
flask.session.

Reviewers...

8458e7a09c779119141fd52e0556402bd5329f8e authored over 4 years ago by Yuanfang Chen <[email protected]>
Fix dynamic import of http.client

Summary:
Contrary to __import__, importlib.import_module returns the specified
package or module...

0c95662f54290f53f39912be53ffe4d4187503a0 authored over 4 years ago by Thomas Preud'homme <[email protected]>
Make the quickstart use cmake test-suite

People keep making PRs for lnt runtest nt which has been deprecated for years.

Lets remove it f...

4e90ce1fa814a41f41979f633c34bedfac5bdfe4 authored over 4 years ago by Chris Matthews <[email protected]>
Build the docs in tox

Add a tox environment for building the docs, and add to the default list.

Now building the docs...

ec6e3eef20d056ad311affd29823a11e3ddbda68 authored over 4 years ago by Chris Matthews <[email protected]>
Remove all past crazyness with pip in setup.py

In an attempt to be DRY, we were using the requirements files to get the dependent
packages. Pip...

9ecf58288f20e79a9497d061645e58c5f87075e7 authored over 4 years ago by Chris Matthews <[email protected]>
[LNT] Update to match API change in PIP

The parse_requirements function in PIP now (as of version 20.1) returns
a list of ParsedRequirem...

5acafc540ad61c4cab90fbe3323c795d5210b72f authored over 4 years ago by Oliver Stannard <[email protected]>
[VE] Support VE architecture

Summary:
Modify LNT to let it know VE architecture in order to run
llvm-test-suite well on NEC S...

9c9f6f8aaca07b783b4a2db2b68f7878a61bd97a authored almost 5 years ago by Kazushi (Jam) Marukawa <[email protected]>
Fix an indentation error in profiles.rst

785b349e62d9250ff423cd9499ba34838da5979d authored almost 5 years ago by Yuanfang Chen <[email protected]>
Fix URL to use Monorepo instead of SVN

e4e00252ff69626788eee75b7d5219a4230a6b5e authored almost 5 years ago by Yuanfang Chen <[email protected]>
Fixes a bug in pstat module

Summary:
There was a bug in the pstat module: LNT crashes with
"UnboundLocalError: local variabl...

f5d76a0d510429bc5879398f6c7d3adcea8fd38b authored almost 5 years ago by Alexander Polyakov <[email protected]>
Lit is obtained from Git Monoroepo, rather than SVN

SVN has been deprecated in favor of the Git Monorepo.

e630ecf2f321b7a37e915a51088983bb109f0d6a authored almost 5 years ago by Drew Maxwell <[email protected]>
[LNT] Update git URL in Dockerfile

Summary:
Update LNT git repo URL in Dockerfile from the old git mirror to the
current github off...

23294fb9ca142f9982dcfac1044b589de0baf481 authored almost 5 years ago by Thomas Preud'homme <[email protected]>
Use psycopg2 2.8 since < 2.8 prevents Python 3.8 support

https://github.com/psycopg/psycopg2/issues/854

5868906e8da7ecfccb1764bf065cebc3927bd978 authored almost 5 years ago by Yuanfang Chen <[email protected]>
Fix version string handling in compilers.py to work with monorepo builds

We should never have a case where we have separate LLVM + clang commit hashes
at this point.

Re...

7aaef2a5d8d4d1aa67ab0b75e670ed5837477564 authored almost 5 years ago by Jessica Paquette <[email protected]>
[LNT][NFC] Fix global import in function

Summary:
The _load_dependencies() function in lnt.lnttool.admin import some
modules in the globa...

10f1592ecb34bdbf2d7c62736aaf987df2fdd511 authored almost 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Switch docker image to Python 3

Summary:
With Python 2 end of support being so near, this commit changes the
docker image to be ...

72b33744a9ae268bd37940880eca8f35d66c10cc authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Declare support for Python 3.6+

Summary:
With all tests passing on Python 3.6, this commit declare support for
Python 3.6+. We c...

e3f5ef6decd5a6eaa96b0286aa8798e951b0c640 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: enable testing for Python 3

Summary:
Now that all tests are passing in Python 3 enable testing for Python 3
in addition of t...

d9a8050d19ee28dd3c2ab07d23a1382dd35b43e6 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: don't assume order of cmake args

Summary:
runtest/test_suite-cache.shtest test assumes the order of cmake
arguments but some of t...

d52e617d81aa62182f45d5d8e1f153f7c0c43a42 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix printing of exceptions

Summary:
A number of SQLAlchemy exception are printed by using their message
attribute. However ...

c57e3b02d4344ada87ecd63139a58a15b2b3dbaa authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: use Python 3 module names

Summary:
Adapt imports to use Python 3 module names by installing them as
aliases. Due to the cl...

d935e954283fac46ac47e9b0e87fd6ecab6ce64d authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Fix sql index name collision

Summary:
As revealed by the exception printing failure prior to the previous
commit, sqllite thr...

a99f86119a7c5efbe3af20511ba0bd4f9fa24355 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: Do not encode report for stdout

Summary:
Daily report and run comparison are both output to stdout and sent by
email as attachme...

1c1509a497a4c3eb99a82900fb2bf2f64ffc71a9 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: Parse HTML as text

Summary:
Several tests and the testsuite run import code parse text read from the
data attribute...

b2e114bd7f7c2d6fe08edbe0c5811768e703727d authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix server/ui/statsTester.py test discovery

Summary:
Unit test server/ui/statsTester.py is invoked with an extra parameter
which confuses un...

8a8832cdd5648223c08c736dfa7816b791c9182f authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: adapt csv reader open

Summary:
csv.reader have different expectation between Python versions regarding
the file object...

8ff573aa093146e44efd5bdb36f8bb8658a984f2 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: subprocess IO as text

Summary:
In Python 3, subprocess stdin, stdout and stderr are in binary mode by
default. Trying ...

9fda445ae82224aed219801f84e919c407a340f0 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: requests.response as text

Summary:
lnt admin rm-machine command prints output from the REST API for
deleting machine line ...

bf6972e76492a73165ddfa68c16c777e8211449b authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: sort benchmark regressing

Summary:
Test server/ui/change_processing.py makes an assumption about the order
in which benchm...

6000111ca1d31541e4e46ce67f78d151289bdc16 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: print unknown metric with str

Summary:
When encountering an unknown metric, LNT throws a ValueError with a
message indicating ...

ed0c7da16e11d6e6e5757117594fc18c041a1b95 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix storage of json data as BLOB

Summary:
Machine and Run tables store JSON as binary data in their Parameters
column. However, J...

860a51b14a489e6037dab342b82dfc8f99d566c7 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: replace xrange with Python3's range

Summary:
Use Python 3's range instead of xrange by importing it from builtins.
Also encapsulate ...

a5e7fc6c571ec4d702c551b2252259298e84b361 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT, NFC] Open tmp file in a context

Summary:
Simplify opening tmp file by using a context to have automatic closing
of the file desc...

156c369ca77bdd115b458096f47a6704e65b797e authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Replace assertEquals for assertEqual

Summary:
assertEquals is a deprecated alias for assertEqual so this commit
replaces all assertEq...

81977a8880168f4ac158d29dcbbb522a0d3a8a91 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Code cleanup: consistently use space after comma

Summary:
Clean up uses of commas by having no space before the comma and a space
after. Likewise...

41998418d15f943daa36983ae0b9135a3218d98d authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Remove useless import fallback

Summary:
json module is available since Python 2.6. Since LNT now requires Python
2.7 or later, ...

dd73a7f1d4b3f91950beeae0759a258883fab080 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: run tests with UTF-8 encoding

Summary:
Click requires to be invoked with a default encoding of UTF-8. If not,
it exists the pr...

e27299217d88ab3e0fc99fcaf83679142c2bb268 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: define hash for Order class

Summary:
Method v4_machine in lnt.server.ui.views stores couples of Order and Run
instances in a...

c9d840583c5859983fb3f1e9d4921ed48cd33230 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: don't assume URL params order

Summary:
Test server/ui/V4Pages.py tests on 2 occasions an address redirection
with parameters i...

6505c12235d59535dbfabc01e481c2e53f26a7a9 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: adapt regex for div by 0 msg

Summary:
Test server/ui/V4Pages.py checks that the /explode page leads to a
division by zero exc...

f243f1421819bf5490fd68d9b22d336c251fe5bb authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: store color value as int

Summary:
Page v4_graph.html sets the background color of some table entries from
float color val...

de6c3f84b9bde2cd9a882256e2bfd6e97e51f014 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: adapt XML parsing with extra entities

Summary:
Test server/ui/V4Pages.py parses XML with non standard entities using
the ElementTree's...

593510ca3828ca83fb741b6dd472d5e9d1b53191 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: specify how to sort dict

Summary:
To be able to compare 2 lists of dictionaries, test
server/ui/test_roundtrip.py calls s...

2c828b800c409e38c295722d5f761e39207161be authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix writing report to tmp file

Summary:
The import_from_string() method in lnt.util.ImportData writes a copy of
the report bein...

709b097e686ee0182e343fdb89242a319c9a8303 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: use Python 3 urllib

Summary:
Adapt imports to urllib and urllib2 to rely on Python 3 module
organization by installi...

290cda8c5df56cad8a5654a5fe6c48fcf7fc7158 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] NFC: fix typo in exception argument

23ed24c23e7620c3873f9c1b0971967630dfdad4 authored about 5 years ago by Danila Malyutin <[email protected]>
[LNT] Python 3 support: use Python 2's division behavior

Summary:
Adapt all divisions to use a call to old_div to maintain Python 2's
division behavior i...

6d4476fb9eb0f2faa88ff3e791c9827f1b79d492 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Fix execfile Python 3 migration

Code change in revision r374687 introduced a memory leak because it
opens a file for reading in ...

3a8556e08644f94792bbfa67b827c696d2906c13 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: adapt to removal of execfile

Replace calls to execfile by calling exec on the result of calling
compile on the result of call...

4f271415d52fd2f650e7044b927a03f87288a6a5 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] NFC: Fix order of globals and locals on exec

Summary:
Per https://docs.python.org/3/library/functions.html#exec, the globals
parameter comes ...

f805c3e1eece29e502a88a095c710f32473ca3c5 authored about 5 years ago by Hubert Tong <[email protected]>
[LNT] Python 3 support: stable showtests output

lnt showtests output depends on the iteration order of a set, which has
no guarantee whatsoever....

d55bb8c263b1120179fe8d65eb04d3d92c26a526 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix report version literal

The upgrade_1_to_2 module stores a __report_version__ string literal in
the Parameter column of ...

d76be6f89f12f84158239eb4a84231ec6d68ca7c authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: adapt secret computation

Computation of the secret when it is not supplied on the command line
involves passing a string ...

7f2838faa9d50a8a66f0b78a09225205a67bae83 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: remove useless var-setting getter

Both the ComparisonResult constructor and the stddev_mean getter set
the readonly stddev_mean. W...

c20e14ea4f0cc96f03c19ad59818fd1a5399bdfc authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix text/binary confusion in importreport

lnt importreport currently fails in Python 3 because it opens the input
and output file in binar...

eba9b6df53b469da34f84cae01b47b3d5fe7892b authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: stable profile getFunctions output

lnt profile getFunctions output depends on the iteration order of a
dictionary, which is an impl...

af26dea8afe516b541b9e8c0955233ca128df7db authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: update dependencies

Update dependencies to fix 2 python 3 related issues:
- progressbar does not support Python 3 (u...

9f4e778e2a216fbeda365c360447432e48224739 authored about 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix text/binary confusion in profile support

There is confusion between text and binary in the checkFile method of
the various profile format...

703a013fa7a30a97a1335a1dea6605b362dec557 authored over 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: fix convert to JSON

Plistlib and json modules have conflicting requirements for their dump
methods: Plistlib expects...

398d797e02d0590c67fa85a982e3746c08ea8e0c authored over 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] NFC: Remove comment made outdated by rL373218

llvm-svn: 373608

adf6b12475543c84ca8dd06c44e1cfdb334b5e8a authored over 5 years ago by Hubert Tong <[email protected]>
[LNT] Python 3 support: encode LNT report format in UTF-8

Summary:
Change encoding of LNT report format to be a UTF-8 JSON file since that
is the only enc...

32823414006652ce6aad29e812098a2987241c09 authored over 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Remove dead code

Summary:
Remove 2 blocks of dead code in LNT:
- safediv() method which is not used anywhere
- se...

d7ae3db7aea1f004f573b9cc0591703b652b508b authored over 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Python 3 support: get rid of calls to cmp builtin

Get rid of calls to cmp builtins since it was removed in Python 3:
- for the tests, the assignme...

ec9a5edb10dfb2b665860e378dd8314ac82aacb5 authored over 5 years ago by Thomas Preud'homme <[email protected]>
[LNT] Sort machines by ID as expected by test case

Summary:
`tests/lnttool/admin.shtest` fails in some environments because it
expects the `list-ma...

1be2140dcca6ee3e84b7b9e77f45dbf1cead6129 authored over 5 years ago by Hubert Tong <[email protected]>
Make the short version of --cmake-define -D

Because that is what it is in cmake as well. I think -D is
a little easier to remember if you us...

4ac1893bfd57c5457288fc4869567596053c8a78 authored over 5 years ago by Chris Matthews <[email protected]>