Skip to content

Commit

Permalink
Bug 1332631 part H - move gtests from xpcom/glue to xpcom/tests, and …
Browse files Browse the repository at this point in the history
…unify the two TestThreadUtils.cpp into one file, r=froydnj

MozReview-Commit-ID: 2idOXKJOnuW

--HG--
rename : xpcom/glue/tests/gtest/TestArray.cpp => xpcom/tests/gtest/TestArray.cpp
rename : xpcom/glue/tests/gtest/TestGCPostBarriers.cpp => xpcom/tests/gtest/TestGCPostBarriers.cpp
rename : xpcom/glue/tests/gtest/TestNsDeque.cpp => xpcom/tests/gtest/TestNsDeque.cpp
extra : rebase_source : f5b3dc2f338c056e96c9fc42d9cdb4d2f7128116
extra : histedit_source : 9d85be5854af26a214aff4e1027415b9472e21a1
  • Loading branch information
bsmedberg committed Jan 20, 2017
1 parent 9b43ba6 commit e56d1ab
Show file tree
Hide file tree
Showing 8 changed files with 1,018 additions and 1,029 deletions.
1,024 changes: 0 additions & 1,024 deletions xpcom/glue/tests/gtest/TestThreadUtils.cpp

This file was deleted.

4 changes: 0 additions & 4 deletions xpcom/glue/tests/gtest/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

UNIFIED_SOURCES += [
'TestArray.cpp',
'TestFileUtils.cpp',
'TestGCPostBarriers.cpp',
'TestNsDeque.cpp',
'TestThreadUtils.cpp',
]

LOCAL_INCLUDES = [
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions xpcom/tests/gtest/TestCOMArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "nsCOMArray.h"
#include "nsCOMPtr.h"
#include "nsISupports.h"
#include "gtest/gtest.h"

// {9e70a320-be02-11d1-8031-006008159b5a}
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e56d1ab

Please sign in to comment.