提交 680f4232 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Add comments about bad/non-tests in tests.link.test_vm

上级 ea0e6bf3
...@@ -84,6 +84,8 @@ def test_use_c_thunks(): ...@@ -84,6 +84,8 @@ def test_use_c_thunks():
not config.cxx, reason="G++ not available, so we need to skip this test." not config.cxx, reason="G++ not available, so we need to skip this test."
) )
def test_speed(): def test_speed():
# TODO FIXME: This isn't a real test.
def build_graph(x, depth=5): def build_graph(x, depth=5):
z = x z = x
for d in range(depth): for d in range(depth):
...@@ -148,6 +150,8 @@ def test_speed(): ...@@ -148,6 +150,8 @@ def test_speed():
def test_speed_lazy(): def test_speed_lazy():
# TODO FIXME: This isn't a real test.
def build_graph(x, depth=5): def build_graph(x, depth=5):
z = x z = x
for d in range(depth): for d in range(depth):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论