1 |
d93979b7
|
Arnaud Dieumegard
|
WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
|
2 |
|
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1574.vhd
|
3 |
|
|
ERROR: Parse error at line 41 column 7:
|
4 |
|
|
|
5 |
|
|
31: ENTITY c08s10b00x00p04n01i01574ent IS
|
6 |
|
|
32: END c08s10b00x00p04n01i01574ent;
|
7 |
|
|
33:
|
8 |
|
|
34: ARCHITECTURE c08s10b00x00p04n01i01574arch OF c08s10b00x00p04n01i01574ent IS
|
9 |
|
|
35:
|
10 |
|
|
36: BEGIN
|
11 |
|
|
37: TESTING: PROCESS
|
12 |
|
|
38: variable k : integer := 0;
|
13 |
|
|
39: BEGIN
|
14 |
|
|
40: L : for i in 1 to 10 loop
|
15 |
|
|
41: next L when i > 5;
|
16 |
|
|
^
|
17 |
|
|
42: k := k + 1;
|
18 |
|
|
43: end loop;
|
19 |
|
|
44: assert NOT( k=5 )
|
20 |
|
|
45: report "***PASSED TEST: c08s10b00x00p04n01i01574"
|
21 |
|
|
46: severity NOTE;
|
22 |
|
|
47: assert ( k=5 )
|
23 |
|
|
48: report "***FAILED TEST: c08s10b00x00p04n01i01574 - The current iteration of the loop is terminated if the value of the condition is TRUE"
|
24 |
|
|
49: severity ERROR;
|
25 |
|
|
50: wait;
|
26 |
|
|
51: END PROCESS TESTING;
|