Skip to content

Commit

Permalink
fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Dec 9, 2024
1 parent a8232ce commit 736f8fc
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 0 deletions.
150 changes: 150 additions & 0 deletions tests/2A2683D2/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions tests/2A2683D2/golden.txt

Large diffs are not rendered by default.

150 changes: 150 additions & 0 deletions tests/A0699941/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions tests/A0699941/golden.txt

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions toolchain/mfc/test/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,11 @@ def modify_example_case(case: dict):
case['n'] = 25
case['p'] = 25

if 'rkck_adap_dt' in case and case['rkck_adap_dt'] == 'T':
case['rkck_adap_dt'] = 'F'

if 'lag_params%nBubs_glb' in case and case['lag_params%nBubs_glb'] > 1:
case['lag_params%nBubs_glb'] = 1

cases.append(define_case_f(name, path, [], {}, functor=modify_example_case))

Expand Down

0 comments on commit 736f8fc

Please sign in to comment.