-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled test for android, added few more tests and addressed more PR…
… comments.
- Loading branch information
1 parent
9ec36cf
commit 754ab24
Showing
6 changed files
with
193 additions
and
9 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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
**Tests for global threadpools** | ||
|
||
These tests here test the usage of the global threadpools. The reason we need to create a separate exe here is because | ||
we need to create a separate environment that enables the creation of global threadpools. The test environment | ||
used in the other exes create the env without global threadpools and since this env is process wide (a singleton) we | ||
cannot use it for this kind of test. | ||
These tests here test the usage of the global threadpools using the C API data flow. The reason we need to create a | ||
separate exe here is because we need to create a separate environment that enables the creation of global threadpools. | ||
The test environment used in the other exes create the env without global threadpools and since this env is process | ||
wide (a singleton) we cannot use it for this kind of test. |
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