Skip to content
Snippets Groups Projects
Commit 4a191f2c authored by Adam Knapp's avatar Adam Knapp
Browse files

Update test cases according to the new version


Change-Id: I7774b8c54b13c6fd4e674280548e845b227063d8
Signed-off-by: default avatarAdam Knapp <adam.knapp@sigmatechnology.se>
parent 695ba922
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ with { ...@@ -26,7 +26,7 @@ with {
// check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/ // check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */ /* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN CRL 113 200/7 R2A"; /* This one must just pass, the next one must just fail */ extension "requiresTITAN CRL 113 200/7 R2A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/7 R2B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// extension "requiresTITAN CRL 113 200/7 R3B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
/* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1 /* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1
* Now that Titan is at version 6, the following will always pass: * Now that Titan is at version 6, the following will always pass:
*/ */
...@@ -43,7 +43,7 @@ with { ...@@ -43,7 +43,7 @@ with {
// check for the more general R\d[A-HJ-NS-VX-Z](\d{1,2})?/ // check for the more general R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */ /* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN 7/CAX 105 7730 R2A"; /* This one must just pass, the next one must just fail */ extension "requiresTITAN 7/CAX 105 7730 R2A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN 7/CAX 105 7730 R2B01"; //^error: This module needs to be compiled with TITAN version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// extension "requiresTITAN 7/CAX 105 7730 R3B01"; //^error: This module needs to be compiled with TITAN version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
/* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1 /* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1
* Now that Titan is at version 6, the following will always pass: * Now that Titan is at version 6, the following will always pass:
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment