-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(litmus_tests/exc/S) fix: there are 12 SC outcomes for the S family w…
…ith observer thread
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,5 +84,5 @@ litmus_test_t S_dmb_eret = { | |
/* p2:x0 =*/1, | ||
/* p2:x2 =*/2, | ||
}, | ||
.no_sc_results = 8, | ||
.no_sc_results = 12, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,5 +85,5 @@ litmus_test_t S_dmb_svc = { | |
/* p2:x0 =*/1, | ||
/* p2:x2 =*/2, | ||
}, | ||
.no_sc_results = 8, | ||
.no_sc_results = 12, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,5 +90,5 @@ litmus_test_t S_erets = { | |
/* p2:x0 =*/1, | ||
/* p2:x2 =*/2, | ||
}, | ||
.no_sc_results = 8, | ||
.no_sc_results = 12, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,5 +92,5 @@ litmus_test_t S_svcdmberets = { | |
/* p2:x0 =*/1, | ||
/* p2:x2 =*/2, | ||
}, | ||
.no_sc_results = 8, | ||
.no_sc_results = 12, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,5 +88,5 @@ litmus_test_t S_svcerets = { | |
/* p2:x0 =*/1, | ||
/* p2:x2 =*/2, | ||
}, | ||
.no_sc_results = 8, | ||
.no_sc_results = 12, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,5 +90,5 @@ litmus_test_t S_svcs = { | |
/* p2:x0 =*/1, | ||
/* p2:x2 =*/2, | ||
}, | ||
.no_sc_results = 8, | ||
.no_sc_results = 12, | ||
}; |