8000 Merge pull request #172 from vstinner/aix · python/buildmaster-config@d87219b · GitHub
[go: up one dir, main page]

Skip to content

Commit d87219b

Browse files
authored
Merge pull request #172 from vstinner/aix
Reenable AIX notifications
2 parents 39dafcd + c2e2b5a commit d87219b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

master/master.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,6 @@ NO_NOTIFICATION = (
137137
"AMD64 Clang UBSan 3.",
138138
# Guilty until proven innocent
139139
"ARM32 Windows",
140-
# 2019-08-27: No one seems to be able/available to debug issues specific to
141-
# AIX. For example, https://bugs.python.org/issue36273 was open for 5
142-
# months and nobody managed to debug this issue (to fix it).
143-
"PPC64 AIX",
144-
# 2019-09-17: No one seems to be able/available to debug issues specific to
145-
# AIX. For example, https://bugs.python.org/issue36752 (multiprocessing
146-
# core dump) was open for 3 months and nobody managed to debug this issue
147-
# (to fix it).
148-
"POWER6 AIX",
149140
)
150141

151142
parallel = {w.name: f"-j{w.parallel_tests}" for w in WORKERS if w.parallel_tests}

0 commit comments

Comments
 (0)
0