forked from M-Labs/artiq
test: XFAIL lit/devirtualization/*.
This commit is contained in:
parent
aee3def228
commit
63121e4faf
|
@ -1,5 +1,6 @@
|
||||||
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
|
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
|
||||||
# RUN: OutputCheck %s --file-to-check=%t.txt
|
# RUN: OutputCheck %s --file-to-check=%t.txt
|
||||||
|
# XFAIL: *
|
||||||
|
|
||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
from artiq.language.types import *
|
from artiq.language.types import *
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
|
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
|
||||||
# RUN: OutputCheck %s --file-to-check=%t.txt
|
# RUN: OutputCheck %s --file-to-check=%t.txt
|
||||||
|
# XFAIL: *
|
||||||
|
|
||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
from artiq.language.types import *
|
from artiq.language.types import *
|
||||||
|
|
Loading…
Reference in New Issue