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
llvm-svn: 372922
01fa4141d33e5114dc27116e8723c49d5399f9cf authored over 5 years ago by Volodymyr Sapsai <[email protected]>
Summary:
zip() returns a list in Python 2 but an iterator in Python 3.
Fortunately, the only use...
Summary:
Replace calls to raw_input by calls to input() which is not evaluated as
an expression ...
Summary: Use a simpler iteration to populate alldata list in lF_oneway.
Reviewers: cmatthews, h...
6357568e1be9b25409cbff02a9bb4bb7582ac1a3 authored over 5 years ago by Thomas Preud'homme <[email protected]>
Adapt calls to map() to the fact it returns an iterator in Python 3 when
necessary. This was pro...
Use int() rather than long() to interpret a string as a long integer
since Python 3's integer ar...
Adapt calls to filter() to the fact it returns an iterator in Python 3. This
was produced by run...
Rename variables named object to obj to avoid confusion with the object
type.
Reviewers: cmatth...
1e92ad8c80cf7cb8c83c4a57cd2bd915cf95a563 authored over 5 years ago by Thomas Preud'homme <[email protected]>
Adapt calls to dictionary's keys(), items() and values() to them
returning a view in Python 3 wh...
Use print function from future's print_function instead of a print
statement since the latter do...
Use next() builtin rather than the .next() method to retrieve the next
element of an iterator si...
Forces module import to be absolute by default on Python 2 since this is
the default for Python ...
Import reduce from functools since it was removed as a builtin in Python
3. reduce was added to ...
Replace Python 2 idioms for their Python 3 counterparts. These includes:
- replace calls to X.so...
Replace python2-specific exec statements with calls to exec builtins.
This was produced by runni...
Use Python 3 syntax for except statement with named exception. This was
produced by running futu...
Replace calls to deprecated python2-specific apply builtin by direct
function calls with explici...
Summary:
This patch replaces implicit package-relative imports with explicitly
relative imports ...
LNT already strive to be easy to use both locally and in server mode.
This patch adds containeri...
Add support for generating LNT JSON report file format in version 2 in
the test data creation li...
Summary:
Lambda changes split out and updated from D67535.
Applies the `2to3 -f tuple_params` f...
a85ed94b5dcd17d83acff8fc755338328449a6df authored over 5 years ago by Hubert Tong <[email protected]>
Summary:
Mechanically changed `raise E, V` to `raise E(V)`. Split out from
D67535.
This patch c...
7a23a403bd8cff7736d35a2d341659154b86aeb4 authored over 5 years ago by Hubert Tong <[email protected]>
Summary:
Replaces comparisons using `!=`, `<>`, and `==` against `None` with the
corresponding v...
Summary:
This patch is split out from D67535, updating type names (or, in one
case, `type(1.4)`-...
Summary:
Changes required to allow setup of a LNT client with Python 3.
- Use `PyModule_Creat...
986266af196c00ba893ef07fc3dc1d71e9e6d410 authored over 5 years ago by Hubert Tong <[email protected]>
Summary:
Automatic fixups done using `2to3`:
- `2to3 -f numliterals`
- `2to3 -f dict`
- `...
Summary:
This patch applies `2to3 -f print` fixes, corrects the indentation
mangled by `2to3` fo...
Add unit tests for existing code in the test data creation library ahead
of a patch adding suppo...
Differential Revision: https://reviews.llvm.org/D65750
llvm-svn: 367924
a6fce35acdcd3335361c715d3b05f1b321a83645 authored over 5 years ago by Thomas Preud'homme <[email protected]>
As per PEP-008, wrap comments and docstrings in the test data creation
library at 72 characters....
There were are at least 3 issues when combining --pgo with
--exec-multisample:
* Make clean wa...
8d50b9c2b1d4101d51bcfcb7d96aff065e45585b authored over 5 years ago by Kristof Beyls <[email protected]>Patch by Lily He
Differential Revision: https://reviews.llvm.org/D61662
llvm-svn: 362787
580ccbcb1a34ff7c1b04e1a03b89d3f2a3fd8f23 authored over 5 years ago by Danila Malyutin <[email protected]>
See r351631 to LLVM which installed the new license and developer policy for
subsequent contribu...
Forgot to include them in the previous commit
llvm-svn: 350706
d4edc256e1245eef8886fa221cf7629bcc0a1ec9 authored almost 6 years ago by Danila Malyutin <[email protected]>
Fixes ValueError('need more than 0 values to unpack',) that
could appear in some corner cases w...
llvm-svn: 350699
24025598ed7f13838d894be309edc1ccddc069f1 authored almost 6 years ago by Danila Malyutin <[email protected]>llvm-svn: 349791
af6303e44fc69305e6fb98623e6b42c9fa171efe authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349790
3fefe7afd555b8961f7dcbed3bb2fda5ef9b34ec authored about 6 years ago by Chris Matthews <[email protected]>
Most of this code was written long ago before good linters were around.
Remove unused code, and ...
llvm-svn: 349789
a0c9b4d2b17051871d889928da335de9a4ce3003 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349787
5d30970c4cc3900b77c6b416750782e6e2edaba6 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349786
d57d4f843812cbe783516d96d4752d455e951f66 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349785
a5fa5009348bb80004e0baec98e364207543ea3e authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349593
4983ae5f977c1a45d25e1db7fd1dfb3550f03a6a authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349594
d18e468ef06d2c836789a981216fbb43be2bffbc authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349591
5eb2f241b5d0df5e7da0dabc06d20d019a9dd7df authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349592
d3eb8d64be82bb2a1f1ca2a53c288145661177e3 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349590
b1576eebd1885a2f9f7a3c6a127334697c72f2bc authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349589
335305acd482a120c48328e8c47e5582feb30a9a authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349588
1291e8de5245f52ad76bb9b7155acec21976ca43 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349587
83ed8f42867317cd6ee4583f6d33df0de12eb567 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349586
d76e365ac6e7e198766c37aa570d96cb8e69548d authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349584
12cfd4c23b6c21c62723c645644c38f7feac9f62 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349583
3a06dfda3d2a5adf9f24b66ccd8d82e78ff24811 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349582
1a1db71a701a2504924c9f7fb81db3697a4071c5 authored about 6 years ago by Chris Matthews <[email protected]>These were all valid style or correctness issues.
llvm-svn: 349579
865488c7fa9073d40be7e3abab9d7a620f1c8d40 authored about 6 years ago by Chris Matthews <[email protected]>
When we commit we expire all objects in the session, meaning the will be
lazy loaded again next ...
Linters help a lot of Python; however, we have so many issues in LNT we
can't use flake8. Start...
Each add has to stage a sample, which leads to a SQL query and DB round
trip. For runs with a lo...
Looks like this cache is holding stuff between sessions. Since those
object could expire, lets p...
If any of these are false, we are returning false, so no point in
checking the rest of them. Th...
This is certainly a programming error of some sort.
llvm-svn: 349220
e30ff998ebcef35cbd0bb52807dbb1cbe6e4bda4 authored about 6 years ago by Chris Matthews <[email protected]>
This set of queries were taking a long time. Make the query faster,
by using .first(), and then ...
Hooks were not being loaded when importing from the command line. Since
they contain data proces...
llvm-svn: 349116
7cdbb60af280e19991b435ac59ea0a1c49397eb8 authored about 6 years ago by Chris Matthews <[email protected]>
Tox is really handy for building a venv and running all the tests and
qualification tasks in a r...
llvm-svn: 349113
1fa6a6c33acd3f620304dc708e9ef00ce89bcdfa authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349112
ec7460cedf05b5b33740c3ee382e8ec1bbd03143 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349111
c50adda8681c643ffa33f98ebb591a3714eae74b authored about 6 years ago by Chris Matthews <[email protected]>
This is good testing for lit, and will make sure we don't get stuck
in an old version.
llvm-svn...
f6781dbd99cb3f75ad987fd5d17228e620087dc7 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349109
f510d15cdf8fc00989a9d903e01bb024793d8f57 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349108
e1eb5e636ee00184737883a36ff277f79a537748 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349107
dea071b4a42560c70e9d65f16fbf70d9aefce683 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349106
4f9faeadac2624c947174b79ec02f3a2e719cb2e authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349105
9e145e2056cba20c8e714833fa9b7151ffd29cbc authored about 6 years ago by Chris Matthews <[email protected]>
I had not seen this test fail, because of other infrastructure issues.
Simple refactoring to mov...
I missed these in my earlier refactoring.
llvm-svn: 349102
f50919184bcd49f7104702de96f0ce7664cd9187 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349103
81eb335672ffc3ecd24b7aca7da8338424db41df authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349101
8c60a4b4520fe9f31bad2066ea25f0e8b1799e0d authored about 6 years ago by Chris Matthews <[email protected]>This code is pretty complex. Having types is very helpful.
llvm-svn: 349100
f4853030559fa0ecfabd072067165368f81908c3 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 349099
fe926cb8379f0cebac75297c7d996cb0c9d914bc authored about 6 years ago by Chris Matthews <[email protected]>I'd like to be able to grep out all the timers for analysis.
llvm-svn: 349079
521130621dcdbab1c2b57b52daf96230d435fe40 authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 348883
5eca0dc2312a23b93c16a0b2afde94c104e0dc2e authored about 6 years ago by Chris Matthews <[email protected]>Flake8 lied.
llvm-svn: 348882
205981f5a9a47525dde67ef12147982f1ffa0f6a authored about 6 years ago by Chris Matthews <[email protected]>I'd like to know how long this takes in production.
llvm-svn: 348881
36e00a275fcb350da6ae9ac2bf81ad37c3bfa5e0 authored about 6 years ago by Chris Matthews <[email protected]>We will use them all for sure below, so avoid lazy loading them.
llvm-svn: 348880
d03885d5358903685b5b83a3087502ea49cfab9b authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 348878
16c01914082643dec95090a5cd84b24e730fce9f authored about 6 years ago by Chris Matthews <[email protected]>llvm-svn: 348879
8aa5c423b969f50fca2517e5ec0b24d9852d50d2 authored about 6 years ago by Chris Matthews <[email protected]>This was causing a huge amount of lazy loads from the database.
llvm-svn: 348877
918814dfe8ff9b6eb2890eaf4989e913bd2320ac authored about 6 years ago by Chris Matthews <[email protected]>
On large data imports, this existence test is very expensive. In my
testing, querying up front, ...
Differential Revision: https://reviews.llvm.org/D53136
llvm-svn: 345006
4c3a33f78394cad1c1a24d241ce7a254af15514f authored about 6 years ago by Martin Liska <[email protected]>
We have been having a lot of timeout issues with LNT. This endpoint
simulates a long page load s...
It is expected/common that the database doesn't exist (yet), hide the
messages to avoid confusio...
Differential Revision: https://reviews.llvm.org/D52723
llvm-svn: 343504
73a5b3ef61af472b273f369dd6e6c8dffd86a722 authored over 6 years ago by Martin Liska <[email protected]>llvm-svn: 343467
1e995bc2061212c675e237d335abe511daea91a4 authored over 6 years ago by Martin Liska <[email protected]>Differential Revision: https://reviews.llvm.org/D52593
llvm-svn: 343466
435eb8bfac6384f30b99141b12975ac5d7532ddf authored over 6 years ago by Martin Liska <[email protected]>Differential Revision: https://reviews.llvm.org/D51916
llvm-svn: 343465
095c2ed9375227d6456647080b3693b005e5b7b1 authored over 6 years ago by Martin Liska <[email protected]>Differential Revision: https://reviews.llvm.org/D51915
llvm-svn: 343464
8145ac6277665481a464098ad7f8d4676caabe96 authored over 6 years ago by Martin Liska <[email protected]>Differential Revision: https://reviews.llvm.org/D52346
llvm-svn: 343463
8e3589a0b180543bdfe9c85da2853f85092c4e12 authored over 6 years ago by Martin Liska <[email protected]>Differential Revision: https://reviews.llvm.org/D51405
llvm-svn: 343462
a4159b9606fe47459c11b6bbeededdd5c95129df authored over 6 years ago by Martin Liska <[email protected]>