# This test list contains tests that should work using any simulator that # supports SystemVerilog (1800-2012). # # Copyright (c) 1999-2021 Guy Hutchison (ghutchis@pacbell.net) # # This source code is free software; you can redistribute it # and/or modify it in source code form under the terms of the GNU # General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # # Format of the file # # testname testtype directory # # The is the verilog file name minus an extension. # # The can be one of the following: # # normal: Normal results expected, i.e it should compile and execute # producing at least a single line with PASSED. # # CO: Compile Only - Compile the file to the default output type. # # CN: Compile Null - Compile with the null target. Similar to CO. # # CE: Compile with Errors - We EXPECT errors - we're checking # illegal syntax # # RE: Runtime with Errors - We EXPECT errors - we're checking # illegal syntax # # EF: Expected Fail - We EXPECT this test to fail - only use # with older versions of Icarus. # # TE: Translation Error - We EXPECT the translated code to fail - # only supported in the vlog95 checker. # # NI: Not implemented. Only use for version specific tests. # # is where the .v file is located. # # An optional fourth and fifth argument can be supplied. # # The fourth argument may be one of the following. # # modulename - Defines the top level module # gold=filename - Compare a gold file against the # generated log file. # unordered=filename - Compare a gold file against the # generated log file, allowing for lines # to appear in any order # diff=filename1:filename2:skip_ln - Compare the two files for equality. # Skip the first lines or none. # # If a is given you can supply a fifth argument for the # gold or diff commands. # always4A CE,-g2005-sv ivltests always4B CE,-g2005-sv ivltests always_comb normal,-g2005-sv ivltests always_comb_fail CE,-g2005-sv ivltests always_comb_fail3 CE,-g2005-sv ivltests always_comb_fail4 CE,-g2005-sv ivltests always_comb_no_sens nornal,-g2005-sv ivltests gold=always_comb_no_sens.gold always_comb_rfunc nornal,-g2005-sv ivltests always_comb_trig normal,-g2005-sv ivltests always_comb_void_func normal,-g2005-sv ivltests always_comb_warn normal,-g2005-sv ivltests gold=always_comb_warn.gold always_ff normal,-g2005-sv ivltests always_ff_fail CE,-g2005-sv ivltests always_ff_fail2 CE,-g2005-sv ivltests always_ff_fail3 CE,-g2005-sv ivltests always_ff_fail4 CE,-g2005-sv ivltests always_ff_no_sens CE,-g2005-sv ivltests always_ff_warn normal,-g2005-sv ivltests gold=always_ff_warn.gold always_ff_warn_sens normal,-g2005-sv ivltests gold=always_ff_warn_sens.gold always_latch normal,-g2005-sv ivltests always_latch_fail CE,-g2005-sv ivltests always_latch_fail3 CE,-g2005-sv ivltests always_latch_fail4 CE,-g2005-sv ivltests always_latch_no_sens CE,-g2005-sv ivltests always_latch_trig normal,-g2005-sv ivltests always_latch_warn normal,-g2005-sv ivltests gold=always_latch_warn.gold array_size normal,-g2005-sv ivltests # test [size] arrays array_string normal,-g2009 ivltests array_unpacked_sysfunct normal,-g2005-sv ivltests array_packed normal,-g2005-sv ivltests assign_op_after_cmp1 normal,-g2009 ivltests assign_op_after_cmp2 normal,-g2009 ivltests assign_op_after_cmp3 normal,-g2009 ivltests assign_op_concat normal,-g2009 ivltests assign_op_oob normal,-g2009 ivltests assign_op_real_array normal,-g2009 ivltests assign_op_real_array_oob normal,-g2009 ivltests assign_op_type normal,-g2009 ivltests automatic_error14 CE,-g2005-sv ivltests automatic_error15 CE,-g2005-sv ivltests automatic_error16 CE,-g2005-sv ivltests automatic_error17 CE,-g2005-sv ivltests automatic_error18 CE,-g2005-sv ivltests bitp1 normal,-g2005-sv ivltests bits normal,-g2005-sv ivltests bits2 normal,-g2005-sv ivltests bits3 normal,-g2005-sv ivltests br884 normal,-g2009 ivltests br917a normal,-g2009 ivltests br917b normal,-g2009 ivltests br917c normal,-g2009 ivltests br917d normal,-g2009 ivltests br921 normal,-g2009 ivltests gold=br921.gold br932a normal,-g2009 ivltests br932b normal,-g2009 ivltests br936 normal,-g2009 ivltests br956 normal,-g2009 ivltests br959 normal,-g2009 ivltests br962 normal,-g2009 ivltests br963 normal,-g2009 ivltests br973 normal,-g2009 ivltests br974a normal,-g2009 ivltests br974b normal,-g2009 ivltests br974c normal,-g2009 ivltests br975 CE,-g2009 ivltests gold=br975.gold br979 normal,-g2009 ivltests br991b CE,-g2009 ivltests gold=br991b.gold br1003a normal,-g2009 ivltests gold=br1003a.gold br1003b normal,-g2009 ivltests gold=br1003b.gold br1003c normal,-g2009 ivltests gold=br1003c.gold br1003d normal,-g2009 ivltests gold=br1003d.gold br1004 normal,-g2009 ivltests br1005 normal,-g2009 ivltests gold=br1005.gold br1015b normal,-g2009 ivltests br1025 normal,-g2009 ivltests br1027b normal,-g2009 ivltests gold=br1027b.gold br1027d normal,-g2009 ivltests gold=br1027d.gold br1027f normal,-g2009 ivltests gold=br1027f.gold br_gh4 normal,-g2009 ivltests br_gh4a normal,-g2009 ivltests br_gh72a normal,-g2009 ivltests gold=br_gh72a.gold br_gh72b normal,-g2009 ivltests gold=br_gh72b.gold br_gh72b_fail CE,-g2009 ivltests gold=br_gh72b_fail.gold br_gh104a normal,-g2009 ivltests br_gh104b normal,-g2009 ivltests br_gh105a normal,-g2009 ivltests gold=br_gh105a.gold br_gh105b normal,-g2009 ivltests gold=br_gh105b.gold br_gh112a normal,-g2009 ivltests br_gh112b normal,-g2009 ivltests br_gh112c normal,-g2009 ivltests br_gh112d normal,-g2009 ivltests br_gh112e normal,-g2009 ivltests br_gh112f normal,-g2009 ivltests br_gh129 normal,-g2009 ivltests br_gh130a CE,-g2009 ivltests br_gh130b normal,-g2009 ivltests br_gh165 normal,-g2009 ivltests gold=br_gh165.gold br_gh164a normal,-g2009 ivltests br_gh164b normal,-g2009 ivltests br_gh164c normal,-g2009 ivltests br_gh164d normal,-g2009 ivltests br_gh164e normal,-g2009 ivltests br_gh167a normal,-g2009 ivltests br_gh167b normal,-g2009 ivltests br_gh177a normal,-g2009 ivltests br_gh177b normal,-g2009 ivltests br_gh191_break normal,-g2009 ivltests br_gh191_continue normal,-g2009 ivltests br_gh194 normal,-g2009 ivltests br_gh219 normal,-g2009 ivltests br_gh220 normal,-g2009 ivltests br_gh224 normal,-g2009 ivltests br_gh226 normal,-g2009 ivltests br_gh231 normal,-g2009 ivltests br_gh243 normal,-g2009 ivltests br_gh265 CE,-g2009 ivltests gold=br_gh265.gold br_gh277b normal,-g2009 ivltests br_gh280 normal,-g2009 ivltests br_gh281 normal,-g2012 ivltests br_gh281b normal,-g2012 ivltests br_gh289a normal,-g2009 ivltests br_gh289b normal,-g2009 ivltests br_gh289c normal,-g2009 ivltests br_gh289d normal,-g2009 ivltests gold=br_gh289d.gold br_gh337 normal,-g2009 ivltests br_gh361 normal,-g2009 ivltests br_gh365 normal,-g2009 ivltests gold=br_gh365.gold br_gh366 normal,-g2009 ivltests gold=br_gh366.gold br_gh368 normal,-g2009 ivltests gold=br_gh368.gold br_gh374 normal,-g2009 ivltests gold=br_gh374.gold br_gh386a normal,-g2009 ivltests br_gh386b normal,-g2009 ivltests br_gh386c CE,-g2009 ivltests br_gh386d normal,-g2009 ivltests br_gh388 normal,-g2009 ivltests gold=br_gh388.gold br_gh391 normal,-g2009 ivltests gold=br_gh391.gold br_gh411 normal,-g2009 ivltests br_gh418 normal,-g2009 ivltests br_gh433 normal,-g2009 ivltests gold=br_gh433.gold br_gh437 normal,-g2009 ivltests br_gh440 CE,-g2009 ivltests gold=br_gh440.gold br_gh443 normal,-g2009 ivltests br_gh445 normal,-g2009 ivltests br_gh461 normal,-g2009 ivltests br_gh477 normal,-g2009 ivltests br_gh478 normal,-g2009 ivltests br_gh498 normal,-g2009 ivltests br_gh508a normal,-g2009 ivltests br_gh527 normal,-g2009 ivltests br_gh530 CO,-g2009 ivltests br_gh540 normal,-g2009 ivltests br_gh553 normal,-g2009 ivltests br_gh556 normal,-g2009 ivltests br_gh568 normal,-g2009 ivltests br_gh661a normal,-g2009 ivltests br_gh661b normal,-g2009 ivltests br_gh672 normal,-g2009 ivltests br_gh699 CE,-g2009 ivltests br_gh756 normal,-g2009 ivltests br_gh782a normal,-g2009 ivltests gold=br_gh782a.gold br_gh782b normal,-g2009 ivltests gold=br_gh782b.gold br_gh800 normal,-g2009 ivltests br_gh801 normal,-g2009 ivltests br_gh801b normal,-g2009 ivltests br_ml20171017 normal,-g2009 ivltests br_ml20180227 CE,-g2009 ivltests br_ml20180309a normal,-g2009 ivltests br_ml20180309b normal,-g2009 ivltests br_ml20181012a CE,-g2009 ivltests br_ml20181012b CE,-g2009 ivltests br_ml20181012c CE,-g2009 ivltests br_ml20181012d CE,-g2009 ivltests br_ml20191221 normal,-g2009 ivltests br_mw20200501 normal,-g2009 ivltests case_priority normal,-g2005-sv ivltests gold=case_priority.gold case_unique normal,-g2005-sv ivltests gold=case_unique.gold cast_real normal,-g2005-sv ivltests cfunc_assign_op_mixed normal,-g2009 ivltests cfunc_assign_op_pv normal,-g2009 ivltests cfunc_assign_op_real normal,-g2009 ivltests cfunc_assign_op_vec normal,-g2009 ivltests clkgen_bit normal,-g2009 ivltests clkgen_logic normal,-g2009 ivltests clkgen_net normal,-g2009 ivltests clkgen_reg normal,-g2009 ivltests disable_fork_cmd normal,-g2009 ivltests display_bug normal,-g2009 ivltests gold=display_bug.gold edge normal,-g2009 ivltests enum_base_atom2 normal,-g2005-sv ivltests enum_base_fail_array CE,-g2005-sv ivltests enum_base_fail_darray CE,-g2005-sv ivltests enum_base_fail_darray CE,-g2005-sv ivltests enum_base_fail_enum CE,-g2005-sv ivltests enum_base_fail_queue CE,-g2005-sv ivltests enum_base_fail_range1 CE,-g2005-sv ivltests enum_base_fail_range2 CE,-g2005-sv ivltests enum_base_fail_range3 CE,-g2005-sv ivltests enum_base_fail_real1 CE,-g2005-sv ivltests enum_base_fail_real2 CE,-g2005-sv ivltests enum_base_fail_string1 CE,-g2005-sv ivltests enum_base_fail_string2 CE,-g2005-sv ivltests enum_base_fail_struct CE,-g2005-sv ivltests enum_base_integer normal,-g2005-sv ivltests enum_base_none normal,-g2005-sv ivltests enum_base_range normal,-g2005-sv ivltests enum_base_scalar normal,-g2005-sv ivltests enum_base_time normal,-g2005-sv ivltests enum_base_typename1 normal,-g2005-sv ivltests enum_base_typename2 normal,-g2005-sv ivltests enum_compatibility1 normal,-g2005-sv ivltests enum_compatibility2 normal,-g2005-sv ivltests enum_compatibility3 normal,-g2005-sv ivltests enum_compatibility4 normal,-g2005-sv ivltests enum_compatibility5 normal,-g2005-sv ivltests enum_compatibility6 normal,-g2005-sv ivltests enum_compatibility7 normal,-g2005-sv ivltests enum_compatibility8 normal,-g2005-sv ivltests enum_compatibility_fail1 CE,-g2005-sv ivltests enum_compatibility_fail2 CE,-g2005-sv ivltests enum_compatibility_fail3 CE,-g2005-sv ivltests enum_compatibility_fail4 CE,-g2005-sv ivltests enum_compatibility_fail5 CE,-g2005-sv ivltests enum_compatibility_fail6 CE,-g2005-sv ivltests enum_compatibility_fail7 CE,-g2005-sv ivltests enum_compatibility_fail8 CE,-g2005-sv ivltests enum_elem_ranges normal,-g2005-sv ivltests enum_dims_invalid CE,-g2005-sv ivltests enum_in_struct normal,-g2005-sv ivltests enum_in_class normal,-g2005-sv ivltests enum_in_class_name_coll CE,-g2005-sv ivltests enum_line_info CE,-g2005-sv ivltests gold=enum_line_info.gold enum_method_signed1 normal,-g2005-sv ivltests enum_method_signed2 normal,-g2005-sv ivltests enum_method_signed3 normal,-g2005-sv ivltests enum_method_signed4 normal,-g2005-sv ivltests enum_next normal,-g2005-sv ivltests enum_order normal,-g2005-sv ivltests enum_ports normal,-g2005-sv ivltests enum_test1 normal,-g2005-sv ivltests enum_test2 normal,-g2005-sv ivltests enum_test3 CE,-g2005-sv ivltests enum_test4 normal,-g2005-sv ivltests enum_test5 CE,-g2005-sv ivltests enum_test6 CE,-g2005-sv ivltests enum_test7 CE,-g2005-sv ivltests enum_test8 normal,-g2005-sv ivltests enum_value_expr normal,-g2005-sv ivltests enum_values normal,-g2005-sv ivltests escaped_macro_name normal,-g2009 ivltests gold=escaped_macro_name.gold extra_semicolon normal,-g2005-sv ivltests fileline normal,-g2009 ivltests gold=fileline.gold fileline2 normal,-g2009 ivltests gold=fileline2.gold final normal,-g2005-sv ivltests gold=final.gold final2 normal,-g2005-sv ivltests gold=final2.gold first_last_num normal,-g2005-sv ivltests fork_join_any normal,-g2009 ivltests fork_join_dis normal,-g2009 ivltests fork_join_none normal,-g2009 ivltests fr49 normal,-g2009 ivltests func_empty_arg1 normal,-g2005-sv ivltests func_empty_arg2 normal,-g2005-sv ivltests func_empty_arg3 normal,-g2005-sv ivltests func_empty_arg_fail1 CE,-g2005-sv ivltests func_empty_arg_fail2 CE,-g2005-sv ivltests func_empty_arg_fail3 CE,-g2005-sv ivltests func_empty_arg_fail4 CE,-g2005-sv ivltests func_init_var1 normal,-g2009 ivltests func_init_var2 normal,-g2009 ivltests func_init_var3 normal,-g2009 ivltests func_void_in_expr_fail CE,-g2005-sv ivltests function10 CO,-g2005-sv ivltests function11 CE,-g2005-sv ivltests function12 normal,-g2005-sv ivltests gold=function12.gold genvar_inc_dec normal,-g2009 ivltests genvar_compressed normal,-g2009 ivltests generate_module CE,-g2005-sv ivltests generate_timeunit CE,-g2005-sv ivltests ibit_test normal,-g2005-sv ivltests ibyte_test normal,-g2005-sv ivltests iint_test normal,-g2005-sv ivltests ilongint_test normal,-g2005-sv ivltests implicit_cast1 normal,-g2009 ivltests implicit_cast2 normal,-g2009 ivltests implicit_cast3 normal,-g2009 ivltests implicit_cast4 normal,-g2009 ivltests implicit_cast5 normal,-g2009 ivltests implicit_cast6 normal,-g2009 ivltests implicit_cast7 normal,-g2009 ivltests implicit_cast8 normal,-g2009 ivltests implicit_cast9 normal,-g2009 ivltests implicit_cast10 normal,-g2009 ivltests implicit_cast11 normal,-g2009 ivltests implicit_cast12 normal,-g2009 ivltests implicit_cast13 normal,-g2009 ivltests implicit-port1 normal,-g2005-sv ivltests # SystemVerilog implicit port connections implicit-port2 CE,-g2005-sv ivltests implicit-port3 CE,-g2005-sv ivltests implicit-port4 normal,-g2005-sv ivltests implicit-port5 normal,-g2005-sv ivltests implicit-port6 CE,-g2005-sv ivltests implicit-port7 normal,-g2005-sv ivltests inc_dec_stmt normal,-g2009 ivltests int_param normal,-g2009 ivltests ishortint_test normal,-g2005-sv ivltests iuint1 normal,-g2005-sv ivltests l_impl normal,-g2005-sv ivltests l_equiv normal,-g2005-sv ivltests l_equiv_ca normal,-g2005-sv ivltests l_equiv_const normal,-g2005-sv ivltests line_directive normal,-g2009,-I./ivltests ivltests gold=line_directive.gold localparam_implicit normal,-g2005-sv ivltests localparam_implicit2 CE,-g2005-sv ivltests localparam_implicit3 CE,-g2005-sv ivltests localparam_query normal,-g2005-sv ivltests localparam_type2 normal,-g2009 ivltests logical_short_circuit normal,-g2012 ivltests logp2 normal,-g2005-sv ivltests mod_inst_pkg normal,-g2009 ivltests module_nonansi_atom2_fail CE,-g2005-sv ivltests module_nonansi_enum1 normal,-g2005-sv ivltests module_nonansi_enum2 normal,-g2005-sv ivltests module_nonansi_enum_fail CE,-g2005-sv ivltests module_nonansi_int1 normal,-g2005-sv ivltests module_nonansi_int2 normal,-g2005-sv ivltests module_nonansi_parray1 normal,-g2005-sv ivltests module_nonansi_parray2 normal,-g2005-sv ivltests module_nonansi_parray_fail CE,-g2005-sv ivltests module_nonansi_real1 normal,-g2005-sv ivltests module_nonansi_real2 normal,-g2005-sv ivltests module_nonansi_real_fail CE,-g2005-sv ivltests module_nonansi_struct1 normal,-g2005-sv ivltests module_nonansi_struct2 normal,-g2005-sv ivltests module_nonansi_struct_fail CE,-g2005-sv ivltests module_output_port_sv_var1 normal,-g2005-sv ivltests module_output_port_sv_var2 normal,-g2005-sv ivltests module_port_typedef_array1 normal,-g2005-sv ivltests module_port_typedef_vector normal,-g2005-sv ivltests named_begin normal,-g2009 ivltests named_begin_fail CE,-g2009 ivltests named_fork normal,-g2009 ivltests named_fork_fail CE,-g2009 ivltests net_class_fail CE,-g2005-sv ivltests net_darray_fail CE,-g2005-sv ivltests net_queue_fail CE,-g2005-sv ivltests net_string_fail CE,-g2005-sv ivltests package_vec_part_select normal,-g2005-sv ivltests packeda normal,-g2009 ivltests packeda2 normal,-g2009 ivltests parameter_in_generate2 CE,-g2005-sv ivltests parameter_no_default normal,-g2005-sv ivltests parameter_no_default_fail1 CE ivltests parameter_no_default_fail2 CE ivltests parameter_no_default_toplvl normal,-g2005-sv ivltests parameter_override_invalid7 CE,-g2005-sv ivltests parameter_override_invalid8 CE,-g2005-sv ivltests parameter_scalar normal,-g2005-sv ivltests parameter_type2 normal,-g2009 ivltests parpkg_test normal,-g2009 ivltests parpkg_test2 normal,-g2009 ivltests parpkg_test3 normal,-g2009 ivltests part_sel_port normal,-g2005-sv ivltests plus_5 normal,-g2009 ivltests pr3366114 normal,-g2009 ivltests pr3366217a CE,-g2005-sv ivltests gold=pr3366217a.gold pr3366217b CE,-g2005-sv ivltests gold=pr3366217b.gold pr3366217c CE,-g2005-sv ivltests gold=pr3366217c.gold pr3366217d CE,-g2005-sv ivltests gold=pr3366217d.gold pr3366217e normal,-g2005-sv ivltests pr3366217f normal,-g2005-sv ivltests gold=pr3366217f.gold pr3366217g CE,-g2005-sv ivltests unordered=pr3366217g.gold pr3366217h normal,-g2005-sv ivltests pr3366217i normal,-g2005-sv ivltests pr3390385 normal,-g2009 ivltests pr3390385b normal,-g2009 ivltests pr3390385c normal,-g2009 ivltests pr3390385d normal,-g2009 ivltests pr3462145 normal,-g2009 ivltests pr3515542 CE,-g2005-sv ivltests gold=pr3515542.gold pr3534333 normal,-g2005-sv ivltests pr3576165 normal,-g2009 ivltests program2 normal,-g2009 ivltests program2b normal,-g2009 ivltests program3 normal,-g2009 ivltests program3a normal,-g2009 ivltests program3b CE,-g2009 ivltests program4 normal,-g2009 ivltests program5a CE,-g2009 ivltests program5b CE,-g2009 ivltests program_hello normal,-g2009 ivltests program_hello2 CE,-g2009 ivltests pv_wr_vec2 normal,-g2005-sv ivltests pv_wr_vec2_nb normal,-g2005-sv ivltests pv_wr_vec2_nb_ec normal,-g2005-sv ivltests pv_wr_vec2a normal,-g2005-sv ivltests pv_wr_vec2a_nb normal,-g2005-sv ivltests pv_wr_vec2a_nb_ec normal,-g2005-sv ivltests recursive_func2 normal,-g2005-sv ivltests gold=recursive_func.gold recursive_func_const2 normal,-g2005-sv ivltests gold=recursive_func_const.gold sbyte_test normal,-g2005-sv ivltests scalar_vector normal,-g2005-sv ivltests sf_countbits normal,-g2012 ivltests sf_countbits_fail RE,-g2012 ivltests gold=sf_countbits_fail.gold sf_countones normal,-g2009 ivltests sf_countones_fail RE,-g2009 ivltests gold=sf_countones_fail.gold sf_isunknown normal,-g2005-sv ivltests sf_isunknown_fail RE,-g2005-sv ivltests gold=sf_isunknown_fail.gold sf_onehot normal,-g2005-sv ivltests sf_onehot_fail RE,-g2005-sv ivltests gold=sf_onehot_fail.gold sf_onehot0 normal,-g2005-sv ivltests sf_onehot0_fail RE,-g2005-sv ivltests gold=sf_onehot0_fail.gold sformatf normal,-g2009 ivltests simple_byte normal,-g2005-sv ivltests simple_int normal,-g2005-sv ivltests simple_longint normal,-g2005-sv ivltests simple_shortint normal,-g2005-sv ivltests sint_test normal,-g2005-sv ivltests size_cast normal,-g2009 ivltests size_cast2 normal,-g2005-sv ivltests size_cast3 normal,-g2009 ivltests size_cast4 normal,-g2009 ivltests size_cast5 normal,-g2009 ivltests size_cast_fail1 CE,-g2009 ivltests size_cast_fail2 CE,-g2009 ivltests size_cast_fail3 CE,-g2009 ivltests slongint_test normal,-g2005-sv ivltests sshortint_test normal,-g2005-sv ivltests string_events normal,-g2009 ivltests gold=string_events.gold string_index normal,-g2005-sv ivltests struct1 normal,-g2009 ivltests struct2 normal,-g2009 ivltests struct3 normal,-g2009 ivltests struct3b normal,-g2009 ivltests struct4 normal,-g2009 ivltests struct5 normal,-g2009 ivltests struct6 normal,-g2009 ivltests struct7 normal,-g2009 ivltests struct8 normal,-g2009 ivltests struct9 normal,-g2009 ivltests struct10 normal,-g2009 ivltests struct_line_info CE,-g2009 ivltests gold=struct_line_info.gold struct_member_signed normal,-g2009 ivltests struct_packed_array normal,-g2009 ivltests struct_packed_array2 normal,-g2009 ivltests struct_packed_darray_fail CE,-g2009 ivltests struct_packed_member_def CE,-g2009 ivltests struct_packed_queue_fail CE,-g2009 ivltests struct_packed_sysfunct normal,-g2009 ivltests struct_packed_sysfunct2 normal,-g2009 ivltests struct_packed_uarray_fail CE,-g2009 ivltests struct_invalid_member CE,-g2009 ivltests gold=struct_invalid_member.gold struct_signed normal,-g2009 ivltests sv-constants normal,-g2005-sv ivltests sv_ap_parray1 normal,-g2005-sv ivltests sv_ap_parray2 normal,-g2005-sv ivltests sv_ap_parray3 normal,-g2005-sv ivltests sv_ap_parray4 normal,-g2005-sv ivltests sv_ap_parray_fail1 CE,-g2005-sv ivltests sv_ap_parray_fail2 CE,-g2005-sv ivltests sv_ap_parray_fail3 CE,-g2005-sv ivltests sv_ap_struct1 normal,-g2005-sv ivltests sv_ap_struct2 normal,-g2005-sv ivltests sv_ap_struct3 normal,-g2005-sv ivltests sv_ap_struct4 normal,-g2005-sv ivltests sv_ap_struct_fail1 CE,-g2005-sv ivltests sv_ap_struct_fail2 CE,-g2005-sv ivltests sv_assign_pattern_cast normal,-g2005-sv ivltests sv_assign_pattern_const normal,-g2005-sv ivltests sv_assign_pattern_concat normal,-g2005-sv ivltests sv_assign_pattern_expand normal,-g2005-sv ivltests sv_assign_pattern_func normal,-g2005-sv ivltests sv_assign_pattern_op normal,-g2005-sv ivltests sv_assign_pattern_part normal,-g2005-sv ivltests sv_array_assign_pattern2 normal,-g2009 ivltests sv_array_cassign1 normal,-g2005-sv ivltests sv_array_cassign2 normal,-g2005-sv ivltests sv_array_cassign3 normal,-g2005-sv ivltests sv_array_cassign4 normal,-g2005-sv ivltests sv_array_cassign5 normal,-g2005-sv ivltests sv_array_cassign_fail1 CE,-g2005-sv ivltests sv_array_cassign_fail2 CE,-g2005-sv ivltests sv_array_cassign_fail3 CE,-g2005-sv ivltests sv_array_cassign_fail4 CE,-g2005-sv ivltests sv_array_cassign_fail5 CE,-g2005-sv ivltests sv_array_cassign_fail6 CE,-g2005-sv ivltests sv_array_cassign_fail7 CE,-g2005-sv ivltests sv_array_cassign_fail8 CE,-g2005-sv ivltests sv_array_cassign_fail9 CE,-g2005-sv ivltests sv_array_cassign_fail10 CE,-g2005-sv ivltests sv_array_cassign_fail11 CE,-g2005-sv ivltests sv_array_query normal,-g2005-sv ivltests sv_cast_integer normal,-g2005-sv ivltests sv_cast_integer2 normal,-g2005-sv ivltests sv_cast_packed_array normal,-g2005-sv ivltests sv_cast_packed_struct normal,-g2005-sv ivltests sv_cast_string normal,-g2005-sv ivltests sv_cast_typedef normal,-g2005-sv ivltests sv_class1 normal,-g2009 ivltests sv_class2 normal,-g2009 ivltests sv_class3 normal,-g2009 ivltests sv_class4 normal,-g2009 ivltests sv_class5 normal,-g2009 ivltests sv_class6 normal,-g2009 ivltests sv_class7 normal,-g2009 ivltests sv_class8 normal,-g2009 ivltests sv_class9 normal,-g2009 ivltests sv_class10 normal,-g2009 ivltests sv_class11 normal,-g2009 ivltests sv_class12 normal,-g2009 ivltests sv_class13 normal,-g2009 ivltests sv_class14 normal,-g2009 ivltests sv_class15 normal,-g2009 ivltests sv_class16 normal,-g2009 ivltests sv_class17 normal,-g2009 ivltests sv_class18 normal,-g2009 ivltests sv_class19 normal,-g2009 ivltests sv_class20 normal,-g2009 ivltests sv_class21 normal,-g2009 ivltests sv_class22 normal,-g2009 ivltests sv_class23 normal,-g2009 ivltests sv_class24 normal,-g2009 ivltests sv_class_compat1 normal,-g2009 ivltests sv_class_compat2 normal,-g2009 ivltests sv_class_compat_fail1 CE,-g2009 ivltests sv_class_compat_fail2 CE,-g2009 ivltests sv_class_compat_fail3 CE,-g2009 ivltests sv_class_constructor1 normal,-g2009 ivltests sv_class_constructor_fail CE,-g2009 ivltests sv_class_empty_item normal,-g2009 ivltests sv_class_extends_scoped normal,-g2009 ivltests sv_class_localparam normal,-g2009 ivltests sv_class_new_fail1 CE,-g2009 ivltests sv_class_new_fail2 CE,-g2009 ivltests sv_class_new_init normal,-g2009 ivltests sv_class_new_typed1 normal,-g2009 ivltests sv_class_new_typed2 normal,-g2009 ivltests sv_class_new_typed3 normal,-g2009 ivltests sv_class_new_typed_fail1 CE,-g2009 ivltests sv_class_new_typed_fail2 CE,-g2009 ivltests sv_class_new_typed_fail3 CE,-g2009 ivltests sv_class_new_typed_fail4 CE,-g2009 ivltests sv_class_in_module_decl normal,-g2009 ivltests sv_class_method_call_void normal,-g2009 ivltests sv_class_method_default1 normal,-g2009 ivltests sv_class_method_default2 normal,-g2009 ivltests sv_class_method_lt_static1 CE,-g2009 ivltests sv_class_method_lt_static2 CE,-g2009 ivltests sv_class_method_signed1 normal,-g2009 ivltests sv_class_method_signed2 normal,-g2009 ivltests sv_class_method_var_init normal,-g2009 ivltests sv_class_prop_shadow1 normal,-g2009 ivltests sv_class_prop_shadow2 normal,-g2009 ivltests sv_class_property_signed1 normal,-g2009 ivltests sv_class_property_signed2 normal,-g2009 ivltests sv_class_property_signed3 normal,-g2009 ivltests sv_class_property_signed4 normal,-g2009 ivltests sv_class_return normal,-g2009 ivltests sv_class_static_prop1 normal,-g2009 ivltests sv_class_static_prop2 normal,-g2009 ivltests sv_class_static_prop3 normal,-g2009 ivltests sv_class_static_prop4 normal,-g2009 ivltests sv_class_super1 normal,-g2009 ivltests sv_class_super2 normal,-g2009 ivltests sv_class_super3 normal,-g2009 ivltests sv_class_super4 normal,-g2009 ivltests sv_class_super5 normal,-g2009 ivltests sv_class_super6 normal,-g2009 ivltests sv_class_task1 normal,-g2009 ivltests sv_class_virt_new_fail CE,-g2009 ivltests sv_darray1 normal,-g2009 ivltests sv_darray2 normal,-g2009 ivltests sv_darray3 normal,-g2009 ivltests sv_darray4 normal,-g2009 ivltests sv_darray5 normal,-g2009 ivltests sv_darray5b normal,-g2009 ivltests sv_darray6 normal,-g2009 ivltests sv_darray7 normal,-g2009 ivltests sv_darray_args1 normal,-g2009 ivltests sv_darray_args2 normal,-g2009 ivltests sv_darray_args2b normal,-g2009 ivltests sv_darray_args3 normal,-g2009 ivltests sv_darray_args4 normal,-g2009 ivltests sv_darray_assign1 normal,-g2009 ivltests sv_darray_assign2 normal,-g2009 ivltests sv_darray_assign_fail1 CE,-g2009 ivltests sv_darray_assign_fail2 CE,-g2009 ivltests sv_darray_assign_fail3 CE,-g2009 ivltests sv_darray_assign_fail4 CE,-g2009 ivltests sv_darray_assign_fail5 CE,-g2009 ivltests sv_darray_assign_fail6 CE,-g2009 ivltests sv_darray_copy_empty1 normal,-g2009 ivltests sv_darray_copy_empty2 normal,-g2009 ivltests sv_darray_copy_empty3 normal,-g2009 ivltests sv_darray_copy_empty4 normal,-g2009 ivltests sv_darray_decl_assign normal,-g2009 ivltests sv_darray_function normal,-g2009 ivltests sv_darray_oob_real normal,-g2009 ivltests sv_darray_oob_string normal,-g2009 ivltests sv_darray_oob_vec4 normal,-g2009 ivltests sv_darray_signed normal,-g2009 ivltests sv_darray_word_size normal,-g2005-sv ivltests sv_default_port_value1 normal,-g2009 ivltests sv_default_port_value2 normal,-g2009 ivltests sv_default_port_value3 CE,-g2009 ivltests gold=sv_default_port_value3.gold sv_deferred_assert1 normal,-g2009 ivltests gold=sv_deferred_assert1.gold sv_deferred_assert2 normal,-g2009 ivltests gold=sv_deferred_assert2.gold sv_deferred_assume1 normal,-g2009 ivltests gold=sv_deferred_assume1.gold sv_deferred_assume2 normal,-g2009 ivltests gold=sv_deferred_assume2.gold sv_end_label normal,-g2005-sv ivltests sv_end_label_fail CE,-g2009 ivltests gold=sv_end_label_fail.gold sv_end_labels normal,-g2009 ivltests sv_end_labels_bad CE,-g2009 ivltests gold=sv_end_labels_bad.gold sv_end_labels_unnamed CE,-g2009 ivltests gold=sv_end_labels_unnamed.gold sv_enum1 normal,-g2009 ivltests sv_export1 normal,-g2009 ivltests sv_export2 normal,-g2009 ivltests sv_export3 normal,-g2009 ivltests sv_export4 normal,-g2009 ivltests sv_export5 normal,-g2009 ivltests sv_export6 normal,-g2009 ivltests sv_export_fail1 CE,-g2009 ivltests sv_export_fail2 CE,-g2009 ivltests sv_export_fail3 CE,-g2009 ivltests sv_export_fail4 CE,-g2009 ivltests sv_export_fail5 CE,-g2009 ivltests sv_export_fail6 CE,-g2009 ivltests sv_for_variable normal,-g2009 ivltests sv_foreach1 normal,-g2009 ivltests sv_foreach2 normal,-g2009 ivltests sv_foreach3 normal,-g2009 ivltests sv_foreach4 normal,-g2009 ivltests sv_foreach5 normal,-g2009 ivltests sv_foreach6 normal,-g2009 ivltests sv_foreach7 normal,-g2009 ivltests sv_foreach8 normal,-g2009 ivltests gold=sv_foreach8.gold sv_foreach_fail1 CE,-g2009 ivltests sv_immediate_assert normal,-g2009 ivltests gold=sv_immediate_assert.gold sv_immediate_assume normal,-g2009 ivltests gold=sv_immediate_assume.gold sv_import_hier_fail1 CE,-g2005-sv ivltests sv_import_hier_fail2 CE,-g2005-sv ivltests sv_import_hier_fail3 CE,-g2005-sv ivltests sv_macro normal,-g2009 ivltests sv_macro2 normal,-g2009 ivltests gold=sv_macro2.gold sv_macro3a normal,-g2009 ivltests gold=sv_macro3.gold sv_macro3b normal,-g2009 ivltests gold=sv_macro3.gold sv_new_array_error CE,-g2009 ivltests gold=sv_new_array_error.gold sv_package normal,-g2009 ivltests sv_package2 normal,-g2009 ivltests sv_package3 normal,-g2009 ivltests sv_package4 normal,-g2009 ivltests sv_package5 normal,-g2009 ivltests sv_package_implicit_var1 CE,-g2009 ivltests sv_package_implicit_var2 CE,-g2009 ivltests sv_packed_port1 normal,-g2009 ivltests sv_packed_port2 normal,-g2009 ivltests sv_param_port_list normal,-g2009 ivltests sv_pkg_class normal,-g2009 ivltests gold=sv_pkg_class.gold sv_port_default1 normal,-g2009 ivltests sv_port_default2 normal,-g2009 ivltests sv_port_default3 normal,-g2009 ivltests sv_port_default4 normal,-g2009 ivltests sv_port_default5 normal,-g2009 ivltests sv_port_default6 normal,-g2009 ivltests sv_port_default7 normal,-g2009 ivltests sv_port_default8 normal,-g2009 ivltests sv_port_default9 normal,-g2009 ivltests sv_port_default10 normal,-g2009 ivltests sv_port_default11 normal,-g2009 ivltests sv_port_default12 normal,-g2009 ivltests sv_port_default13 CE,-g2009 ivltests sv_port_default14 CE,-g2009 ivltests sv_ps_array_cassign normal,-g2005-sv ivltests sv_ps_function1 normal,-g2009 ivltests sv_ps_function2 normal,-g2009 ivltests sv_ps_function3 normal,-g2009 ivltests sv_ps_function4 normal,-g2009 ivltests sv_ps_function5 normal,-g2009 ivltests sv_ps_function6 normal,-g2009 ivltests sv_ps_function7 normal,-g2009 ivltests sv_ps_function_fail1 CE,-g2009 ivltests sv_ps_function_fail2 CE,-g2009 ivltests sv_ps_function_fail3 CE,-g2009 ivltests sv_ps_hier_fail1 CE,-g2009 ivltests sv_ps_hier_fail2 CE,-g2009 ivltests sv_ps_member_sel1 normal,-g2009 ivltests sv_ps_member_sel2 normal,-g2009 ivltests sv_ps_member_sel3 normal,-g2009 ivltests sv_ps_method1 normal,-g2009 ivltests sv_ps_method2 normal,-g2009 ivltests sv_ps_method3 normal,-g2009 ivltests sv_ps_method4 normal,-g2009 ivltests sv_ps_type1 normal,-g2009 ivltests sv_ps_type_cast1 normal,-g2009 ivltests sv_ps_type_cast2 normal,-g2009 ivltests sv_ps_type_class1 normal,-g2009 ivltests sv_ps_type_class_prop normal,-g2009 ivltests sv_ps_type_enum1 normal,-g2009 ivltests sv_ps_type_expr1 normal,-g2009 ivltests sv_ps_type_expr2 normal,-g2009 ivltests sv_ps_type_struct1 normal,-g2009 ivltests sv_ps_var1 normal,-g2009 ivltests sv_queue1 normal,-g2009 ivltests sv_queue2 normal,-g2009 ivltests sv_queue3 normal,-g2009 ivltests sv_queue_assign1 normal,-g2009 ivltests sv_queue_assign2 normal,-g2009 ivltests sv_queue_assign_fail1 CE,-g2009 ivltests sv_queue_assign_fail2 CE,-g2009 ivltests sv_queue_assign_fail3 CE,-g2009 ivltests sv_queue_assign_fail4 CE,-g2009 ivltests sv_queue_assign_fail5 CE,-g2009 ivltests sv_queue_assign_fail6 CE,-g2009 ivltests sv_queue_copy_empty1 normal,-g2009 ivltests sv_queue_copy_empty2 normal,-g2009 ivltests sv_queue_function1 normal,-g2009 ivltests sv_queue_function2 normal,-g2009 ivltests sv_queue_oob_real normal,-g2009 ivltests sv_queue_oob_string normal,-g2009 ivltests sv_queue_oob_vec4 normal,-g2009 ivltests sv_queue_parray normal,-g2009,-pfileline=1 ivltests gold=sv_queue_parray.gold sv_queue_parray_bounded normal,-g2009,-pfileline=1 ivltests gold=sv_queue_parray_bounded.gold sv_queue_parray_fail CE,-g2009 ivltests gold=sv_queue_parray_fail.gold sv_queue_real normal,-g2009,-pfileline=1 ivltests gold=sv_queue_real.gold sv_queue_real_bounded normal,-g2009,-pfileline=1 ivltests gold=sv_queue_real_bounded.gold sv_queue_real_fail CE,-g2009 ivltests gold=sv_queue_real_fail.gold sv_queue_method_signed1 normal,-g2009 ivltests sv_queue_method_signed2 normal,-g2009 ivltests sv_queue_method_signed3 normal,-g2009 ivltests sv_queue_method_signed4 normal,-g2009 ivltests sv_queue_string normal,-g2009,-pfileline=1 ivltests gold=sv_queue_string.gold sv_queue_string_bounded normal,-g2009,-pfileline=1 ivltests gold=sv_queue_string_bounded.gold sv_queue_string_fail CE,-g2009 ivltests gold=sv_queue_string_fail.gold sv_queue_vec normal,-g2009,-pfileline=1 ivltests gold=sv_queue_vec.gold sv_queue_vec_bounded normal,-g2009,-pfileline=1 ivltests gold=sv_queue_vec_bounded.gold sv_queue_vec_fail CE,-g2009 ivltests gold=sv_queue_vec_fail.gold sv_root_class normal,-g2009 ivltests gold=sv_root_class.gold sv_root_func normal,-g2009 ivltests gold=sv_root_func.gold sv_root_task normal,-g2009 ivltests gold=sv_root_task.gold sv_sign_cast1 normal,-g2005-sv ivltests sv_sign_cast2 normal,-g2005-sv ivltests sv_sign_cast3 normal,-g2005-sv ivltests sv_string1 normal,-g2009 ivltests sv_string2 normal,-g2009 ivltests sv_string3 normal,-g2009 ivltests sv_string4 normal,-g2009 ivltests sv_string5 normal,-g2009 ivltests sv_string6 normal,-g2009 ivltests sv_string7 normal,-g2009 ivltests sv_string7b normal,-g2009 ivltests sv_string8 normal,-g2009 ivltests sv_string9 normal,-g2009 ivltests sv_timeunit_prec1 normal,-g2005-sv ivltests sv_timeunit_prec2 normal,-g2009 ivltests sv_timeunit_prec3a normal,-g2005-sv ivltests gold=sv_timeunit_prec3a.gold sv_timeunit_prec3b normal,-g2005-sv ivltests gold=sv_timeunit_prec3b.gold sv_timeunit_prec3c normal,-g2005-sv ivltests gold=sv_timeunit_prec3c.gold sv_timeunit_prec3d normal,-g2005-sv ivltests gold=sv_timeunit_prec3d.gold sv_timeunit_prec4a normal,-g2009 ivltests gold=sv_timeunit_prec4a.gold sv_timeunit_prec4b normal,-g2009 ivltests gold=sv_timeunit_prec4b.gold sv_timeunit_prec_fail1 CE,-g2005-sv,-u,\ ./ivltests/sv_timeunit_prec_fail1a.v,\ ./ivltests/sv_timeunit_prec_fail1b.v,\ ./ivltests/sv_timeunit_prec_fail1c.v,\ ./ivltests/sv_timeunit_prec_fail1d.v,\ ./ivltests/sv_timeunit_prec_fail1e.v, ivltests gold=sv_timeunit_prec_fail1.gold sv_timeunit_prec_fail2 CE,-g2009,-u,\ ./ivltests/sv_timeunit_prec_fail2a.v,\ ./ivltests/sv_timeunit_prec_fail2b.v,\ ./ivltests/sv_timeunit_prec_fail2c.v, ivltests gold=sv_timeunit_prec_fail2.gold sv_type_param1 normal,-g2005-sv ivltests sv_type_param2 normal,-g2005-sv ivltests sv_type_param3 normal,-g2005-sv ivltests sv_type_param4 normal,-g2005-sv ivltests sv_type_param5 normal,-g2005-sv ivltests sv_type_param6 normal,-g2005-sv ivltests sv_type_param7 normal,-g2005-sv ivltests sv_type_param_fail1 CE,-g2005-sv ivltests sv_type_param_fail2 CE,-g2005-sv ivltests sv_typedef_array_base1 normal,-g2009 ivltests sv_typedef_array_base2 normal,-g2009 ivltests sv_typedef_array_base3 normal,-g2009 ivltests sv_typedef_array_base4 normal,-g2009 ivltests sv_typedef_chained normal,-g2009 ivltests sv_typedef_circular1 CE,-g2009 ivltests sv_typedef_circular2 CE,-g2009 ivltests sv_typedef_darray_base1 normal,-g2009 ivltests sv_typedef_darray_base2 normal,-g2009 ivltests sv_typedef_darray_base3 normal,-g2009 ivltests sv_typedef_darray_base4 normal,-g2009 ivltests sv_typedef_fwd_base normal,-g2009 ivltests sv_typedef_fwd_class normal,-g2009 ivltests sv_typedef_fwd_class2 normal,-g2009 ivltests sv_typedef_fwd_union normal,-g2009 ivltests sv_typedef_fwd_union_fail CE,-g2009 ivltests sv_typedef_fwd_enum1 normal,-g2009 ivltests sv_typedef_fwd_enum2 normal,-g2009 ivltests sv_typedef_fwd_enum3 normal,-g2009 ivltests sv_typedef_fwd_enum_fail CE,-g2009 ivltests sv_typedef_fwd_struct normal,-g2009 ivltests sv_typedef_fwd_struct_fail CE,-g2009 ivltests sv_typedef_nested_array normal,-g2009 ivltests sv_typedef_queue_base1 normal,-g2009 ivltests sv_typedef_queue_base2 normal,-g2009 ivltests sv_typedef_queue_base3 normal,-g2009 ivltests sv_typedef_queue_base4 normal,-g2009 ivltests sv_typedef_scope1 normal,-g2009 ivltests sv_typedef_scope2 normal,-g2009 ivltests sv_typedef_scope3 normal,-g2009 ivltests sv_union1 normal,-g2009 ivltests sv_union1b normal,-g2009 ivltests sv_union2 normal,-g2009 ivltests sv_union2b normal,-g2009 ivltests sv_union3 normal,-g2009 ivltests sv_union3b normal,-g2009 ivltests sv_union4b normal,-g2009 ivltests sv_unit1b normal,-g2009,-DMACRO1=1,-DMACRO2=2,\ ./ivltests/sv_unit1a.v ivltests gold=sv_unit1b.gold sv_unit1c normal,-g2009,-DMACRO1=1,-DMACRO2=2,-u,\ ./ivltests/sv_unit1a.v ivltests gold=sv_unit1c.gold sv_unit2b normal,-g2009,-u,\ ./ivltests/sv_unit2a.v ivltests gold=sv_unit2b.gold sv_unit3b normal,-g2009,-u,\ ./ivltests/sv_unit3a.v ivltests gold=sv_unit3b.gold sv_unit4b normal,-g2009,-u,\ ./ivltests/sv_unit4a.v ivltests gold=sv_unit3b.gold sv_unpacked_port normal,-g2009 ivltests sv_unpacked_port2 normal,-g2009 ivltests sv_unpacked_wire normal,-g2009 ivltests sv_unpacked_wire2 normal,-g2009 ivltests sv_uwire1 normal,-g2009 ivltests sv_uwire2 normal,-g2009 ivltests sv_uwire3 normal,-g2009 ivltests sv_uwire4 normal,-g2009 ivltests sv_var_block normal,-g2005-sv ivltests sv_var_for normal,-g2005-sv ivltests sv_var_for_fail CE,-g2005-sv ivltests sv_var_function normal,-g2005-sv ivltests sv_var_init1 normal,-g2009 ivltests sv_var_init2 normal,-g2009 ivltests sv_var_module normal,-g2005-sv ivltests sv_var_module_inout1 CE,-g2005-sv ivltests sv_var_module_inout2 CE,-g2005-sv ivltests sv_var_module_input1 normal,-g2005-sv ivltests sv_var_module_input2 normal,-g2005-sv ivltests sv_var_module_output1 normal,-g2005-sv ivltests sv_var_module_output2 normal,-g2005-sv ivltests sv_var_package normal,-g2005-sv ivltests sv_var_task normal,-g2005-sv ivltests sv_void_cast1 normal,-g2005-sv ivltests sv_void_cast2 normal,-g2005-sv ivltests sv_void_cast3 normal,-g2005-sv ivltests sv_void_cast4 normal,-g2005-sv ivltests sv_void_cast_fail1 CE,-g2005-sv ivltests sv_void_cast_fail2 CE,-g2005-sv ivltests sv_void_cast_fail3 CE,-g2005-sv ivltests sv_wildcard_import1 normal,-g2009 ivltests sv_wildcard_import2 normal,-g2009 ivltests sv_wildcard_import3 normal,-g2009 ivltests sv_wildcard_import4 CE,-g2009 ivltests gold=sv_wildcard_import4.gold sv_wildcard_import5 CE,-g2009 ivltests unordered=sv_wildcard_import5.gold sv_wildcard_import6 normal,-g2009 ivltests sv_wildcard_import7 normal,-g2009 ivltests sys_func_as_task normal,-g2005-sv ivltests gold=sys_func_as_task.gold task_init_assign normal,-g2009 ivltests task_init_var1 normal,-g2009 ivltests task_init_var2 normal,-g2009 ivltests task_init_var3 normal,-g2009 ivltests task_nonansi_atom2_fail CE,-g2005-sv ivltests task_nonansi_enum1 normal,-g2005-sv ivltests task_nonansi_enum2 normal,-g2005-sv ivltests task_nonansi_enum_fail CE,-g2005-sv ivltests task_nonansi_int1 normal,-g2005-sv ivltests task_nonansi_int2 normal,-g2005-sv ivltests task_nonansi_parray1 normal,-g2005-sv ivltests task_nonansi_parray2 normal,-g2005-sv ivltests task_nonansi_parray_fail CE,-g2005-sv ivltests task_nonansi_struct1 normal,-g2005-sv ivltests task_nonansi_struct2 normal,-g2005-sv ivltests task_nonansi_struct_fail CE,-g2005-sv ivltests task_port_types1 normal,-g2009 ivltests task_port_types2 normal,-g2009 ivltests task_scope2 normal,-g2009 ivltests test_inc_dec normal,-g2009 ivltests test_tliteral normal,-g2009 ivltests timeliteral normal,-g2009 ivltests two_state_display normal,-g2005-sv ivltests gold=two_state_display.gold ubyte_test normal,-g2005-sv ivltests uint_test normal,-g2005-sv ivltests ulongint_test normal,-g2005-sv ivltests undef_lval_select_SV normal,-g2009 ivltests union_packed_darray_fail CE,-g2009 ivltests union_packed_queue_fail CE,-g2009 ivltests union_packed_uarray_fail CE,-g2009 ivltests unp_array_typedef normal,-g2005-sv ivltests packed_dims_invalid_class CE,-g2005-sv ivltests packed_dims_invalid_module CE,-g2005-sv ivltests ushortint_test normal,-g2005-sv ivltests vvp_recv_vec4_pv normal,-g2005-sv ivltests wait_fork normal,-g2009 ivltests sf1289 normal,-g2012 ivltests wild_cmp_const normal,-g2009 ivltests wild_cmp_net normal,-g2009 ivltests wild_cmp_var normal,-g2009 ivltests wild_cmp_err CE,-g2009 ivltests gold=wild_cmp_err.gold wild_cmp_err2 CE,-g2009 ivltests gold=wild_cmp_err2.gold gh161a normal,-g2012 ivltests gh161b normal,-g2012 ivltests pull371b normal,-g2012 ivltests br_gh175 normal,-g2012 ivltests br_gh307 normal,-g2012 ivltests br_gh383a normal,-g2012 ivltests gold=br_gh383a.gold br_gh383b normal,-g2012 ivltests gold=br_gh383b.gold br_gh383c normal,-g2012 ivltests gold=br_gh383c.gold br_gh383d normal,-g2012 ivltests gold=br_gh383d.gold br_gh390a CE,-g2012 ivltests br_gh390b normal,-g2012 ivltests gold=br_gh390b.gold br_gh412 normal,-g2012 ivltests br_gh414 normal,-g2012 ivltests br_gh436 normal,-g2012 ivltests gold=br_gh436.gold br_gh451 normal,-g2012,-Ptest.foo=4 ivltests gold=br_gh451.gold br_gh453 normal,-g2012 ivltests br_gh460 normal,-g2012 ivltests issue576 normal,-g2012 ivltests br_gh823a CE,-g2012 ivltests br_gh823b CE,-g2012 ivltests br_gh840a CE,-g2012 ivltests br_gh840b CE,-g2012 ivltests br_gh979 normal,-g2012 ivltests bitsel_real_idx CE,-g2012 ivltests gold=bitsel_real_idx.gold partsel_real_idx CE,-g2012 ivltests gold=partsel_real_idx.gold ipsdownsel_real_idx CE,-g2012 ivltests gold=ipsdownsel_real_idx.gold ipsupsel_real_idx CE,-g2012 ivltests gold=ipsupsel_real_idx.gold real_edges CE,-g2012 ivltests gold=real_edges.gold