Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running unit tests under Windows 7 64 bit using win-32 conda packages:
- coefficients.py : OK (skipped=1)
- coredevice.py:
- s..s.2.0000000000000003e-06
- .4.6e-08
- ..0.4516896
- F..F
- ======================================================================
- FAIL: test_time_keeps_running (coredevice.CoredeviceTest)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "C:\Users\win64\Documents\GitHub\artiq\artiq\test\coredevice.py", line 25
- 6, in test_time_keeps_running
- self.assertLess(dead_time, 300*ms)
- AssertionError: 0.4516896 not less than 0.3
- ======================================================================
- FAIL: test_rpc_timing (coredevice.RPCTest)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "C:\Users\win64\Documents\GitHub\artiq\artiq\test\coredevice.py", line 29
- 2, in test_rpc_timing
- self.assertLess(self.rdb.get("rpc_time_mean"), 15*ms)
- AssertionError: 0.016290201600000002 not less than 0.015
- ----------------------------------------------------------------------
- Ran 12 tests in 7.453s
- FAILED (failures=2, skipped=2)
- coredevice_vs_host.py: OK
- lda.py: OK (skipped=1)
- novatech.py: OK (skipped=1)
- pc_rpc.py: OK
- pdq2.py: OK (skipped=2)
- pxi6733.py: OK (skipped=3)
- py2llvm.py: KO , raises exception even before starting any test :
- _dlopen("libgcc_s.so", RTLD_GLOBAL)
- OSError: [WinError 126] The specified module could not be found
- scheduler.py: KO (make_subprocess_transport raises NotImplementedError)
- serialization.py: OK
- sync_struct.py: OK
- thorlabs_tcube.py: OK (skipped=20)
- transforms.py: OK
- wavesynth.py: OK (skipped=1)
- worker.py: FAILED (error=3) (make_subprocess_transport raises NotImplementedError)
Advertisement
Add Comment
Please, Sign In to add comment