[Uvm-git] [UVM:GIT Sourceforge] uvm branch, mantis_4570, updated. UVM_1_1_d_RELEASE-26-g40488c9
Status: Alpha
Brought to you by:
ambarsarkar
From: Jun Z. <jun...@us...> - 2013-07-30 19:44:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uvm". The branch, mantis_4570 has been updated via 40488c92acc0de9e22839a48bc3c7f0d5292827e (commit) from ab3c9562fc4bd613ca1ad0378ad78c122ee1db22 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 40488c92acc0de9e22839a48bc3c7f0d5292827e Author: Jun Zhao <zh...@sy...> Date: Tue Jul 30 12:38:14 2013 -0700 Add regression tests and pass IUS simulator ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_report_catcher.svh | 43 +++-- distrib/src/base/uvm_report_handler.svh | 8 +- distrib/src/base/uvm_report_message.svh | 238 +++++++++++--------- distrib/src/base/uvm_report_object.svh | 4 +- distrib/src/base/uvm_report_server.svh | 6 +- distrib/src/macros/uvm_message_defines.svh | 66 ++++-- distrib/src/seq/uvm_sequence_item.svh | 4 +- tests/01report/00message/10print/output.au | 18 ++ .../{02server => 00message}/10print/post_test.pl | 0 .../10print}/test.sv | 37 +-- tests/01report/00message/50random_stab/test.sv | 125 ++++++++++ tests/01report/40macros/30context/output.au | 12 + .../10print => 40macros/30context}/post_test.pl | 0 tests/01report/40macros/30context/test.sv | 19 +- tests/01report/50record/01basic/output.au | 26 +++ .../10print => 50record/01basic}/post_test.pl | 21 ++- tests/01report/50record/01basic/test.sv | 35 +++- tests/01report/50record/01basic/tr_db.log.au | 159 +++++++++++++ .../50record/10begin_end_impulse/output.au | 27 +++ .../50record/10begin_end_impulse/post_test.pl | 1 + .../01report/50record/10begin_end_impulse/test.sv | 20 ++- .../50record/10begin_end_impulse/tr_db.log.au | 29 +++ .../50record/20_begin_end_overtime/output.au | 27 +++ .../50record/20_begin_end_overtime/post_test.pl | 1 + .../50record/20_begin_end_overtime/test.sv | 34 ++- .../50record/20_begin_end_overtime/tr_db.log.au | 29 +++ .../01report/50record/25_overlap_samero/output.au | 4 + .../50record/25_overlap_samero/post_test.pl | 1 + tests/01report/50record/25_overlap_samero/test.sv | 5 +- .../50record/25_overlap_samero/tr_db.log.au | 19 ++ tests/01report/50record/50basic_link/output.au | 6 + tests/01report/50record/50basic_link/post_test.pl | 1 + tests/01report/50record/50basic_link/test.sv | 5 +- tests/01report/50record/50basic_link/tr_db.log.au | 20 ++ .../3413_write_auditing/irun.log.au.ius | 8 +- 35 files changed, 833 insertions(+), 225 deletions(-) create mode 100644 tests/01report/00message/10print/output.au copy tests/01report/{02server => 00message}/10print/post_test.pl (100%) copy tests/01report/{50record/10begin_end_impulse => 00message/10print}/test.sv (65%) create mode 100644 tests/01report/00message/50random_stab/test.sv create mode 100644 tests/01report/40macros/30context/output.au copy tests/01report/{02server/10print => 40macros/30context}/post_test.pl (100%) create mode 100644 tests/01report/50record/01basic/output.au copy tests/01report/{30handler/10print => 50record/01basic}/post_test.pl (85%) create mode 100644 tests/01report/50record/01basic/tr_db.log.au create mode 100644 tests/01report/50record/10begin_end_impulse/output.au create mode 120000 tests/01report/50record/10begin_end_impulse/post_test.pl create mode 100644 tests/01report/50record/10begin_end_impulse/tr_db.log.au create mode 100644 tests/01report/50record/20_begin_end_overtime/output.au create mode 120000 tests/01report/50record/20_begin_end_overtime/post_test.pl create mode 100644 tests/01report/50record/20_begin_end_overtime/tr_db.log.au create mode 100644 tests/01report/50record/25_overlap_samero/output.au create mode 120000 tests/01report/50record/25_overlap_samero/post_test.pl create mode 100644 tests/01report/50record/25_overlap_samero/tr_db.log.au create mode 100644 tests/01report/50record/50basic_link/output.au create mode 120000 tests/01report/50record/50basic_link/post_test.pl create mode 100644 tests/01report/50record/50basic_link/tr_db.log.au hooks/post-receive -- uvm |