artiq/lit-test/compiler/integration
whitequark 20f5f8217d Make sure tests pass both on ARTIQ Python and CPython.
In some cases (the `is` operator and wraparound arithmetics)
the tests will only pass on ARTIQ Python. These are conditionally
commented out.
2015-07-23 08:09:25 +03:00
..
arithmetics.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
attribute.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
bool.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
builtin.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
compare.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
for.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
function.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
if.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
lambda.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
list.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
locals.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
print.py Add integration tests for every language construct. 2015-07-22 18:34:52 +03:00
subscript.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
tuple.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00
while.py Make sure tests pass both on ARTIQ Python and CPython. 2015-07-23 08:09:25 +03:00