Test fix
git-svn-id: file://localhost/svn/verilator/trunk/verilator@825 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
parent
3b5c791332
commit
58fc922737
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
if (!$::Driver) { use FindBin; exec("./driver.pl", @ARGV, $0); die; }
|
if (!$::Driver) { use FindBin; exec("./driver.pl", @ARGV, $0); die; }
|
||||||
# $Id:$
|
# $Id$
|
||||||
# DESCRIPTION: Verilator: Verilog Test driver/expect definition
|
# DESCRIPTION: Verilator: Verilog Test driver/expect definition
|
||||||
#
|
#
|
||||||
# Copyright 2003 by Wilson Snyder. This program is free software; you can
|
# Copyright 2003 by Wilson Snyder. This program is free software; you can
|
||||||
|
|
@ -13,7 +13,7 @@ compile (
|
||||||
'%Error: t/t_func_bad.v:\d+: Too few arguments in function call
|
'%Error: t/t_func_bad.v:\d+: Too few arguments in function call
|
||||||
%Error: t/t_func_bad.v:\d+: Too many arguments in function call
|
%Error: t/t_func_bad.v:\d+: Too many arguments in function call
|
||||||
%Error: t/t_func_bad.v:\d+: Too few arguments in function call
|
%Error: t/t_func_bad.v:\d+: Too few arguments in function call
|
||||||
%Error: t/t_func_bad.v:\d+: Unsupported: Task output pin connected to non-variable
|
%Error-TASKNSVAR: t/t_func_bad.v:\d+: Unsupported: Task output pin connected to non-variable
|
||||||
%Error: t/t_func_bad.v:\d+: Outputs not allowed in function declarations
|
%Error: t/t_func_bad.v:\d+: Outputs not allowed in function declarations
|
||||||
%Error: Exiting due to',
|
%Error: Exiting due to',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue