diff options
| author | Sam James <sam@gentoo.org> | 2023-06-12 21:28:46 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-06-12 21:30:49 +0100 |
| commit | 375f6a1aaf559c90e9c66592e511d3bceb63048a (patch) | |
| tree | 3827fa267c79a1019d947248f32b64c3978bab64 /dev-lang/python/python-3.11.3.ebuild | |
| parent | 9a81351bea8eb7fe6943ee48bf4388d23402b769 (diff) | |
| download | gentoo-375f6a1aaf559c90e9c66592e511d3bceb63048a.tar.gz gentoo-375f6a1aaf559c90e9c66592e511d3bceb63048a.tar.bz2 gentoo-375f6a1aaf559c90e9c66592e511d3bceb63048a.zip | |
dev-lang/python: skip test_dtrace for pgo
Had a report on IRC of a sandbox failure:
```
F: open_wr
S: deny
P: /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc.140330861931056
A: /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc.140330861931056
R: /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc.140330861931056
C: /usr/bin/python3.10 /usr/bin/dtrace -q -s /var/tmp/portage/dev-lang/python-3.11.3/work/Python-3.11.3/Lib/test/dtracedata/assert_usable.d
```
This is still fishy and it sounds like some clock problem at the point of installing
3.10 or similar, but it's not like test_dtrace is useful for us during PGO
anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.11.3.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.11.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild index 389e56a6a6f4..da75820e95cd 100644 --- a/dev-lang/python/python-3.11.3.ebuild +++ b/dev-lang/python/python-3.11.3.ebuild @@ -174,6 +174,7 @@ src_configure() { --timeout 1200 -x test_gdb + -x test_dtrace # All of these seem to occasionally hang for PGO inconsistently # They'll even hang here but be fine in src_test sometimes. |
