Skip to content

Commit

Permalink
(litmus_tests/exc/S) fix: there are 12 SC outcomes for the S family w…
Browse files Browse the repository at this point in the history
…ith observer thread
  • Loading branch information
bensimner committed May 19, 2024
1 parent 4a78f48 commit 66370f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/S+dmb+eret.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ litmus_test_t S_dmb_eret = {
/* p2:x0 =*/1,
/* p2:x2 =*/2,
},
.no_sc_results = 8,
.no_sc_results = 12,
};
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/S+dmb+svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ litmus_test_t S_dmb_svc = {
/* p2:x0 =*/1,
/* p2:x2 =*/2,
},
.no_sc_results = 8,
.no_sc_results = 12,
};
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/S+erets.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ litmus_test_t S_erets = {
/* p2:x0 =*/1,
/* p2:x2 =*/2,
},
.no_sc_results = 8,
.no_sc_results = 12,
};
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/S+svc-dmb-erets.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ litmus_test_t S_svcdmberets = {
/* p2:x0 =*/1,
/* p2:x2 =*/2,
},
.no_sc_results = 8,
.no_sc_results = 12,
};
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/S+svc-erets.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ litmus_test_t S_svcerets = {
/* p2:x0 =*/1,
/* p2:x2 =*/2,
},
.no_sc_results = 8,
.no_sc_results = 12,
};
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/S+svcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ litmus_test_t S_svcs = {
/* p2:x0 =*/1,
/* p2:x2 =*/2,
},
.no_sc_results = 8,
.no_sc_results = 12,
};

0 comments on commit 66370f6

Please sign in to comment.