| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
https://lists.debian.org/debian-security-announce/2017/msg00114.html
|
| |
|
| |
|
|
|
|
| |
fixes #4840
|
|
|
|
| |
needed by asterisk. ref #4840
|
| |
|
| |
|
| |
|
|
|
|
| |
those does not have llvm-libunwind
|
| |
|
| |
|
|
|
|
| |
It's not used anymore.
|
| |
|
|
|
|
| |
tests fails
|
|
|
|
| |
tests fails
|
| |
|
| |
|
|
|
|
| |
https://github.com/mongodb/mongo-tools/issues/95
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #7282 #7283
|
|
|
|
|
| |
And also fix "replaces", it's inherited to subpackages, so all
subpackages had replaces="llvm".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It seems that overriding pkgver for a subpackage really wasn't
a good idea. I still don't know what the heck happened on the build
servers, but for some unknown reason lit-*.apk was not uploaded to
mirrors. Also builders rebuilt llvm4 twice, even when the previous
build succeeded.
Anyway, I'm even more convinced that it was just a bad idea. Upstream
does not actually release lit, they release only llvm with bundled
lit. It has some version number in setup.py, but what if they let it
unchanged between two llvm releases, despite making some changes in
the lit's codebase?
It's true that it's wrong to call it lit-4.0.0 when its installed as
a python module with version number 0.6.0. So I kinda workarounded it
by renaming this subpackage to llvm4-test-utils with
provides="lit-0.6.0-rX". :) And to not leave lit here alone, I've
also moved FileCheck and not utils here, 'cause these are testing
utils too and lit needs them.
|
|
|
|
| |
This was my fault.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
==============================================================================
INFO: [TEST_012] Check IP stats......
======================================================================
FAIL: test_000_update (__main__.TestGlances)
Update stats (mandatory step for all the stats).
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 67, in test_000_update
self.assertTrue(False)
AssertionError: False is not true
======================================================================
FAIL: test_002_cpu (__main__.TestGlances)
Check SYSTEM plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 92, in test_002_cpu
self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat)
AssertionError: Cannot find key: hostname
======================================================================
FAIL: test_003_cpu (__main__.TestGlances)
Check CPU plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 102, in test_003_cpu
self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat)
AssertionError: Cannot find key: system
======================================================================
FAIL: test_005_mem (__main__.TestGlances)
Check MEM plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 128, in test_005_mem
self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat)
AssertionError: Cannot find key: available
======================================================================
FAIL: test_010_processes (__main__.TestGlances)
Check Process plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 173, in test_010_processes
self.assertTrue(type(stats_grab) is dict, msg='Process count stats is not a dict')
AssertionError: Process count stats is not a dict
----------------------------------------------------------------------
Ran 18 tests in 0.005s
FAILED (failures=5)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Currently glances does not even start due to missing pkg_resources
|
|
|
|
|
| |
http://libcxx.llvm.org/
A new implementation of the C++ standard library, targeting C++11.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
since s390x builder is lxc, the host kernel returns EINVAL when
fadvice() is called with POSIX_FADV_DONTNEED.
Passing -C to ioping allows check() to run. Temp fix for 3.6.
|
| |
|
| |
|
| |
|
| |
|
| |
|