HomeSort by relevance Sort by last modified time
    Searched refs:shard_status_file (Results 1 - 3 of 3) sorted by null

  /external/protobuf/gtest/test/
gtest_filter_unittest.py 546 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
547 'shard_status_file')
548 self.assert_(not os.path.exists(shard_status_file))
550 extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file}
554 self.assert_(os.path.exists(shard_status_file))
555 os.remove(shard_status_file)
560 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
562 self.assert_(not os.path.exists(shard_status_file))
564 extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file}
570 self.assert_(os.path.exists(shard_status_file))
    [all...]
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 576 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
577 'shard_status_file')
578 self.assert_(not os.path.exists(shard_status_file))
580 extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file}
584 self.assert_(os.path.exists(shard_status_file))
585 os.remove(shard_status_file)
590 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
592 self.assert_(not os.path.exists(shard_status_file))
594 extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file}
607 self.assert_(os.path.exists(shard_status_file))
    [all...]
  /external/gtest/test/
gtest_filter_unittest.py 576 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
577 'shard_status_file')
578 self.assert_(not os.path.exists(shard_status_file))
580 extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file}
584 self.assert_(os.path.exists(shard_status_file))
585 os.remove(shard_status_file)
590 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
592 self.assert_(not os.path.exists(shard_status_file))
594 extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file}
607 self.assert_(os.path.exists(shard_status_file))
    [all...]

Completed in 34 milliseconds