Bbulach@chromium.orgAndroid: creates fifo for test runners in internal directory.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Android: creates fifo for test runners in internal directory. Some devices have $EXTERNAL_STORAGE filesystems that don't support mkfifo. Create in the internal app dir instead. BUG= TEST= Review URL: https://codereview.chromium.org/10957036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157962 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a helper script to run unit test targets for iOS This allows easily running a unit test target on multiple simulator configurations. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10832030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148532 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix compile error in iossim. A recent clang roll started causing the following warning: ../../../testing/iossim/iossim.mm:215:62: error: expression which evaluates to zero treated as a null pointer constant of type 'BOOL *' (aka 'signed char *') [-Werror,-Wnon-literal-null-conversion]. Just dropping the isDirectory parameter fixes the issue. BUG=None Review URL: https://chromiumcodereview.appspot.com/10832399 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152425 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make sure all top-level dirs have OWNERS ... add some to testing/ R=maruel@chromium.org, phajdan.jr@chromium.org BUG=88315 Review URL: https://chromiumcodereview.appspot.com/9665027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126254 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add pylint presubmit check to src/testing R=rogerta@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9625014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125462 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add pylint presubmit check to src/testing R=rogerta@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9625014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125462 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the comments setting emands and vim tab width and expansion variables. These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove MessageLoop::QuitTask() from testing/ BUG=none TEST=none Review URL: http://codereview.chromium.org/8879028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113903 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
clang: Remove another unnecessary workaround Older clangs failed to parse tr1::tuple and used gtest's implementation thereof. That's no longer necessary. BUG=none Review URL: https://chromiumcodereview.appspot.com/10907172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156024 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This adds adds four macros when compiling using GTEST_OS_MAC: {ASSERT,EXPECT}_NS{NE,EQ}. These test ObjC objects using |-isEqual:| and prints failures using the |-description| selector. This allows for better debugging output with ObjC++ test cases. BUG=http://code.google.com/p/googletest/issues/detail?id=303 TEST=Covered by unit tests. Review URL: http://codereview.chromium.org/3028047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55180 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
[Mac] Better handling of nil for testing macros. EXPECT_NSEQ() and EXPECT_NSNE() were implemented in terms of [x isEqual:y]. This meant that EXPECT_NSEQ(nil, nil) failed, and EXPECT_NSNE(nil, nil) succeeded. Add additional tests against the raw pointers to resolve this. BUG=none TEST=none Review URL: http://codereview.chromium.org/4697004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65710 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
mac: Fix a -Wobjc-redundant-literal-use warning BUG=none TEST=none TBR=rsesek Review URL: http://codereview.chromium.org/9706027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126722 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Make GlobalDescriptors::MaybeGet return -1 when the key is not found. BUG=None TEST=Unit tests should still pass. Review URL: https://chromiumcodereview.appspot.com/10387218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144350 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make GlobalDescriptors::MaybeGet return -1 when the key is not found. BUG=None TEST=Unit tests should still pass. Review URL: https://chromiumcodereview.appspot.com/10387218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144350 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move NSAutoreleasePool management into the PlatformTest constructor and destructor. The pool operations are moving from SetUp and TearDown, which are scoped slightly too narrowly for our needs. Using the constructor and destructor ensures that the pools properly bracket tests. Review URL: http://codereview.chromium.org/174171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23897 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
Move NSAutoreleasePool management into the PlatformTest constructor and destructor. The pool operations are moving from SetUp and TearDown, which are scoped slightly too narrowly for our needs. Using the constructor and destructor ensures that the pools properly bracket tests. Review URL: http://codereview.chromium.org/174171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23897 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
Enable Chrome Sandbox with in test_env.py Properly setup the chrome sandbox when running test_env.py, if it is required. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10911014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154297 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable Chrome Sandbox with in test_env.py Properly setup the chrome sandbox when running test_env.py, if it is required. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10911014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154297 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |