Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    ccdf2a78
    The nonreg test process was missing some failures. · ccdf2a78
    Erwan Jahier authored
    More precisely, issuing an "exit 2" is not enough for the
    should_work proc in test/site.exp to state that the test fails.
    
    That fix revealed a certain number of bad programs.
    Some were not really wrong ; there were just not respecting the
    naming convention used to automated the test (i.e., main node name =
    file name).
    
    It also releaved a real bug due to the fact that type
    instanciatiation is not propagated during model instanciatiation,
    where creates a loop between (Lic2soc.process_node and
    Lic2soc.soc_of_node). Indeed it searches in the soc the table for an
    abstract profile.
    ccdf2a78
    History
    The nonreg test process was missing some failures.
    Erwan Jahier authored
    More precisely, issuing an "exit 2" is not enough for the
    should_work proc in test/site.exp to state that the test fails.
    
    That fix revealed a certain number of bad programs.
    Some were not really wrong ; there were just not respecting the
    naming convention used to automated the test (i.e., main node name =
    file name).
    
    It also releaved a real bug due to the fact that type
    instanciatiation is not propagated during model instanciatiation,
    where creates a loop between (Lic2soc.process_node and
    Lic2soc.soc_of_node). Indeed it searches in the soc the table for an
    abstract profile.