提交 b16f69ed authored 作者: David Warde-Farley's avatar David Warde-Farley

Remove some bad_build and bad_fail tests.

上级 b4c0f4ed
......@@ -859,7 +859,6 @@ SecondBroadcastTester = makeTester(
)),
# I can't think of any way to make this fail at
# build time
bad_build=None,
# Just some simple smoke tests
bad_runtime=dict(
fail1=(rand(5, 4), rand(5)),
......@@ -894,10 +893,6 @@ CastTester = makeTester(
(rand_of_dtype((2,), dtype), dtype))
for dtype in ALL_DTYPES]
)),
bad_build=dict(
fail_not_a_real_dtype=((2,), 'blah')
),
bad_runtime=None
)
ClipTester = makeTester(name='ClipTester',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论