Message320943
| Author |
vstinner |
| Recipients |
doko, mcepl, serhiy.storchaka, vstinner |
| Date |
2018年07月03日.08:10:24 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1530605424.2.0.56676864532.issue34022@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
FAIL: test_invalidation_mode (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/abuild/rpmbuild/BUILD/Python-3.7.0/Lib/test/test_py_compile.py", line 153, in test_invalidation_mode
self.assertEqual(flags, 0b1)
AssertionError: 3 != 1
This failure looks suspicious. I looked at the code, and the tested function behaves differently depending of the SOURCE_DATE_EPOCH environment variable is set.
Aha! I found something:
$ SOURCE_DATE_EPOCH=1530605018 ./python -m test -j0
...
6 tests failed:
test_cmd_line_script test_compileall test_importlib
test_multiprocessing_main_handling test_py_compile test_runpy
... |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2018年07月03日 08:10:24 | vstinner | set | recipients:
+ vstinner, doko, mcepl, serhiy.storchaka |
| 2018年07月03日 08:10:24 | vstinner | set | messageid: <1530605424.2.0.56676864532.issue34022@psf.upfronthosting.co.za> |
| 2018年07月03日 08:10:24 | vstinner | link | issue34022 messages |
| 2018年07月03日 08:10:24 | vstinner | create |
|