Guest User

Untitled

a guest
Aug 25th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Running unit tests under Windows 7 64 bit using win-32 conda packages:
  2.  
  3. coefficients.py : OK (skipped=1)
  4. coredevice.py:
  5. s..s.2.0000000000000003e-06
  6. .4.6e-08
  7. ..0.4516896
  8. F..F
  9. ======================================================================
  10. FAIL: test_time_keeps_running (coredevice.CoredeviceTest)
  11. ----------------------------------------------------------------------
  12. Traceback (most recent call last):
  13. File "C:\Users\win64\Documents\GitHub\artiq\artiq\test\coredevice.py", line 25
  14. 6, in test_time_keeps_running
  15. self.assertLess(dead_time, 300*ms)
  16. AssertionError: 0.4516896 not less than 0.3
  17.  
  18. ======================================================================
  19. FAIL: test_rpc_timing (coredevice.RPCTest)
  20. ----------------------------------------------------------------------
  21. Traceback (most recent call last):
  22. File "C:\Users\win64\Documents\GitHub\artiq\artiq\test\coredevice.py", line 29
  23. 2, in test_rpc_timing
  24. self.assertLess(self.rdb.get("rpc_time_mean"), 15*ms)
  25. AssertionError: 0.016290201600000002 not less than 0.015
  26.  
  27. ----------------------------------------------------------------------
  28. Ran 12 tests in 7.453s
  29.  
  30. FAILED (failures=2, skipped=2)
  31.  
  32. coredevice_vs_host.py: OK
  33. lda.py: OK (skipped=1)
  34. novatech.py: OK (skipped=1)
  35. pc_rpc.py: OK
  36. pdq2.py: OK (skipped=2)
  37. pxi6733.py: OK (skipped=3)
  38. py2llvm.py: KO , raises exception even before starting any test :
  39. _dlopen("libgcc_s.so", RTLD_GLOBAL)
  40. OSError: [WinError 126] The specified module could not be found
  41. scheduler.py: KO (make_subprocess_transport raises NotImplementedError)
  42. serialization.py: OK
  43. sync_struct.py: OK
  44. thorlabs_tcube.py: OK (skipped=20)
  45. transforms.py: OK
  46. wavesynth.py: OK (skipped=1)
  47. worker.py: FAILED (error=3) (make_subprocess_transport raises NotImplementedError)
Advertisement
Add Comment
Please, Sign In to add comment