summaryrefslogtreecommitdiff
path: root/util/env_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1104 from reillyeon:chromium_envVictor Costan2023-03-281-0/+10
|\
| * Address comments.Reilly Grant2023-03-281-16/+11
| * Fix tests when run against ChromiumEnvReilly Grant2023-03-281-11/+26
* | Fix EnvTest.RunMany to allow parallel executionReilly Grant2023-03-281-11/+16
|/
* Merge branch 'master' into patch-1Victor Costan2022-01-091-40/+38
|\
| * Remove main() from most tests.Victor Costan2022-01-031-5/+0
| * Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
| * Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-4/+4
| * Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
| * Internal change.leveldb Team2019-12-021-1/+1
| * Switch testing harness to googletest.Victor Costan2019-11-211-35/+38
* | Remove unused variable kDelayMicros in env_test.ccHenry Lee2019-10-151-2/+0
|/
* Fix tsan problem in env_test.Sanjay Ghemawat2019-09-291-37/+49
* Correct class/structure declaration order.Chris Mumford2019-05-031-1/+2
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-10/+6
* leveldb: Replace AtomicPointer with std::atomic.costan2019-03-111-26/+31
* Replace NULL with nullptr in C++ files.costan2018-04-101-3/+3
* leveldb: Add more thread safety annotations.costan2018-03-231-9/+9
* leveldb: Include <algorithm> in util/env_test.cc.costan2017-10-041-0/+2
* leveldb: Add tests for CL 170769101.costan2017-10-031-12/+59
* Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-031-0/+50
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-0/+18
* Separate Env tests from PosixEnv tests.costan2017-03-011-48/+8
* Limit the number of read-only files the POSIX Env will have open.cmumford2017-01-041-0/+42
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-251-10/+12
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+102
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-102/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-1/+1
* Initial checkin.jorlow@chromium.org2011-03-181-0/+102