The taskloop testcase had scheduling effects. Tasks of the taskloop would sometimes be scheduled before all task were created. The testing is now split into two phases. First, the task creation on the master is tested, than the scheduling events of the tasks are tested. Thus, the order of creation and scheduling events is irrelavant.
Details
Details
- Reviewers
Hahnfeld protze.joachim jlpeyton hbae - Commits
- rG1d910ad0f510: Merging r338580: --------------------------------------------------------------…
rG935399d25441: [OMPT,tests] Fix taskloop testcase scheduling effects
rL338704: Merging r338580:
rOMP338580: [OMPT,tests] Fix taskloop testcase scheduling effects
rL338580: [OMPT,tests] Fix taskloop testcase scheduling effects
Diff Detail
Diff Detail
- Repository
- rL LLVM