summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-06-29 19:46:52 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-06-29 19:46:52 +0000
commitfdcca8cd5577cb2370f888bf7156777fd0f022ee (patch)
tree78139cd8fb57c781f0ef206fd79653d3698d3667 /lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
parentb5f176e9bdbd340017e419075e382dc3d4b4b93f (diff)
downloadbcm5719-llvm-fdcca8cd5577cb2370f888bf7156777fd0f022ee.tar.gz
bcm5719-llvm-fdcca8cd5577cb2370f888bf7156777fd0f022ee.zip
Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
This rewrite of the omp_sections_nowait.c test file causes it to hang if the nowait is not respected. If the nowait isn't respected, the lone thread which can escape the first sections construct will just sleep at a barrier which shouldn't exist. All reliance on timers is taken out. For good measure, the test makes sure that all eight sections are executed as well. The test should take no longer than a few seconds on any modern machine. Differential Revision: http://reviews.llvm.org/D21842 llvm-svn: 274151
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud