Revision: 22855
Author:   [email protected]
Date:     Tue Aug  5 10:16:47 2014 UTC
Log:      Revert "Initial import of unittests using GTest/GMock."

This reverts commit r22847 and r22848. Isolate initialization/shutdown
still broken (so certain debug builds just crash), and our compiler flags
do not work with other Google projects (i.e. GTest/GMock).

[email protected]

Review URL: https://codereview.chromium.org/438243003
http://code.google.com/p/v8/source/detail?r=22855

Deleted:
 /branches/bleeding_edge/test/unittests
Modified:
 /branches/bleeding_edge/build/all.gyp
 /branches/bleeding_edge/testing/gtest.gyp
 /branches/bleeding_edge/tools/presubmit.py
 /branches/bleeding_edge/tools/run-tests.py

=======================================
--- /branches/bleeding_edge/build/all.gyp       Tue Aug  5 08:07:25 2014 UTC
+++ /branches/bleeding_edge/build/all.gyp       Tue Aug  5 10:16:47 2014 UTC
@@ -11,7 +11,6 @@
         '../samples/samples.gyp:*',
         '../src/d8.gyp:d8',
         '../test/cctest/cctest.gyp:*',
-        '../test/unittests/unittests.gyp:*',
       ],
       'conditions': [
         ['component!="shared_library"', {
=======================================
--- /branches/bleeding_edge/testing/gtest.gyp   Tue Aug  5 08:07:25 2014 UTC
+++ /branches/bleeding_edge/testing/gtest.gyp   Tue Aug  5 10:16:47 2014 UTC
@@ -37,6 +37,9 @@
         'gtest/src/gtest-test-part.cc',
         'gtest/src/gtest-typed-test.cc',
         'gtest/src/gtest.cc',
+        'multiprocess_func_list.cc',
+        'multiprocess_func_list.h',
+        'platform_test.h',
       ],
       'sources!': [
         'gtest/src/gtest-all.cc',  # Not needed by our build.
=======================================
--- /branches/bleeding_edge/tools/presubmit.py  Tue Aug  5 08:18:22 2014 UTC
+++ /branches/bleeding_edge/tools/presubmit.py  Tue Aug  5 10:16:47 2014 UTC
@@ -100,7 +100,7 @@
 whitespace/todo
 """.split()

-#TODO(bmeurer) : Fix and re - enable readability / check
+# TODO(bmeurer): Fix and re-enable readability/check

 LINT_OUTPUT_PATTERN = re.compile(r'^.+[:(]\d+[:)]|^Done processing')

@@ -235,8 +235,7 @@
               or (name in CppLintProcessor.IGNORE_LINT))

   def GetPathsToSearch(self):
-    return ['src', 'include', 'samples', join('test', 'cctest'),
-            join('test', 'unittests')]
+    return ['src', 'include', 'samples', join('test', 'cctest')]

   def GetCpplintScript(self, prio_path):
     for path in [prio_path] + os.environ["PATH"].split(os.pathsep):
=======================================
--- /branches/bleeding_edge/tools/run-tests.py  Tue Aug  5 08:07:25 2014 UTC
+++ /branches/bleeding_edge/tools/run-tests.py  Tue Aug  5 10:16:47 2014 UTC
@@ -50,13 +50,7 @@


 ARCH_GUESS = utils.DefaultArch()
-DEFAULT_TESTS = [
-    "mjsunit",
-    "fuzz-natives",
-    "cctest",
-    "unittests",
-    "message",
-    "preparser"]
+DEFAULT_TESTS = ["mjsunit", "fuzz-natives", "cctest", "message", "preparser"]
 TIMEOUT_DEFAULT = 60
 TIMEOUT_SCALEFACTOR = {"debug"   : 4,
                        "release" : 1 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to