Skip to content

Commit

Permalink
test: XFAIL lit/devirtualization/*.
Browse files Browse the repository at this point in the history
whitequark committed Mar 31, 2016
1 parent aee3def commit 63121e4
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions artiq/test/lit/devirtualization/function.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
# RUN: OutputCheck %s --file-to-check=%t.txt
# XFAIL: *

from artiq.language.core import *
from artiq.language.types import *
1 change: 1 addition & 0 deletions artiq/test/lit/devirtualization/method.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
# RUN: OutputCheck %s --file-to-check=%t.txt
# XFAIL: *

from artiq.language.core import *
from artiq.language.types import *

0 comments on commit 63121e4

Please sign in to comment.