artiq/artiq/test
David Nadlinger da255bee1b compiler: Implement element type coercion for arrays
So far, this is not exposed to the user beyond implicit conversions.

Note that all the implicit conversions, such as triggered by adding
arrays of mismatching types, or dividing integer arrays, are currently
emitted in a maximally inefficient way, where a temporary copy is first
made for the type conversion. The conversions would more sensibly be
implemented during the per-element operations to save on the extra
copies, but the current behaviour fell out of the rest of the IR
generator structure without extra changes.
2020-08-09 03:54:41 +01:00
..
compiler assume 'import artiq' works before running tests 2016-02-02 21:52:33 +01:00
coredevice test_rtio: make DMA test generic wrt TTL channel 2020-08-06 16:36:14 +08:00
libartiq_support firmware: migrate to Rust 1.28.0. 2018-08-12 19:17:45 +00:00
lit compiler: Implement element type coercion for arrays 2020-08-09 03:54:41 +01:00
__init__.py setup: install frontend tools, remove nosetest dependency, minor fixes 2014-12-10 12:13:10 +08:00
hardware_testbench.py use sipyco (#585) 2019-11-10 15:55:17 +08:00
test_arguments.py language/environment: cast argument processor default values early 2020-04-04 15:37:04 +08:00
test_coefficients.py wavesynth: cleanup 2016-02-18 14:13:40 +01:00
test_datasets.py use sipyco (#585) 2019-11-10 15:55:17 +08:00
test_frontends.py test: run test_help for browser and dashboard 2019-12-12 10:34:58 +08:00
test_h5types.py worker: trust that h5py maps all types as we want 2016-04-05 17:18:15 +08:00
test_scheduler.py master/scheduler: Fix priority/due date precedence order when waiting to prepare 2020-06-19 23:45:52 +01:00
test_wavesynth.py test_wavesynth: use matplotlib 2016-04-07 21:36:30 +08:00
test_worker.py Fix 3313e997. 2018-01-17 11:31:32 +00:00