Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Issue 8558011: Add tests for glibc functions which sometimes use the x86-64 vsyscall page (Closed)

Created:
9 years, 1 month ago by Mark Seaborn
Modified:
9 years, 1 month ago
Reviewers:
Markus (顧孟勤)
CC:
chromium-reviews
Visibility:
Public.

Description

Add tests for glibc functions which sometimes use the x86-64 vsyscall page test_time and test_sched_getcpu reproduce a problem on Linux 3.1 (e.g. with the current version of Ubuntu Precise), which I'll fix in a later change. These tests will hang, because the untrusted thread is killed when it attempts to do a syscall. test_gettimeofday is included for completeness. BUG=http://code.google.com/p/seccompsandbox/issues/detail?id=17 TEST=should fail on Linux 3.1 but pass on earlier kernel versions Committed: http://code.google.com/p/seccompsandbox/source/detail?r=176

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M tests/test_syscalls.cc View 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Seaborn
9 years, 1 month ago (2011-11-18 04:24:26 UTC) #1
Markus (顧孟勤)
9 years, 1 month ago (2011-11-18 04:34:00 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698