Skip to content

Commit

Permalink
Add comments about bad/non-tests in tests.link.test_vm
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Mar 18, 2021
1 parent ea0e6bf commit 680f423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/link/test_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def test_use_c_thunks():
not config.cxx, reason="G++ not available, so we need to skip this test."
)
def test_speed():
# TODO FIXME: This isn't a real test.

def build_graph(x, depth=5):
z = x
for d in range(depth):
Expand Down Expand Up @@ -148,6 +150,8 @@ def time_linker(name, linker):


def test_speed_lazy():
# TODO FIXME: This isn't a real test.

def build_graph(x, depth=5):
z = x
for d in range(depth):
Expand Down

0 comments on commit 680f423

Please sign in to comment.