Opened 14 years ago
Last modified 13 years ago
#1246 closed defect (duplicate)
Creating a dependency in the instantiation hangs the compiler (partial-s-1 fails)
Reported by: | Peter Aronsson | Owned by: | Peter Aronsson |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Peter Aronsson, |
Description
The testcase partial-s-1 in mofiles hangs, but this is registered as a success, since the testcase status is incorrect, and the rtest doesn't distinguish between crashes and exit with error message.
The example is
{{{ class A
class B
A x;
equation
x.y = 1;
end B;
Commented out for now
B b;
Real y;
end A;
}}}
Note:
See TracTickets
for help on using tickets.
rtest now supports these things, so it's possible to mark the test erroneous (i.e. we don't know what the expected output should be, but the testcase sure as hell isn't working)