Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: test/cctest/SConscript

Issue 7310025: Remove support for logging into a memory buffer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Don't add runtime test-only functions Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'test-fixed-dtoa.cc', 59 'test-fixed-dtoa.cc',
60 'test-flags.cc', 60 'test-flags.cc',
61 'test-func-name-inference.cc', 61 'test-func-name-inference.cc',
62 'test-hashmap.cc', 62 'test-hashmap.cc',
63 'test-heap-profiler.cc', 63 'test-heap-profiler.cc',
64 'test-heap.cc', 64 'test-heap.cc',
65 'test-list.cc', 65 'test-list.cc',
66 'test-liveedit.cc', 66 'test-liveedit.cc',
67 'test-lock.cc', 67 'test-lock.cc',
68 'test-lockers.cc', 68 'test-lockers.cc',
69 'test-log-utils.cc',
70 'test-log.cc', 69 'test-log.cc',
71 'test-mark-compact.cc', 70 'test-mark-compact.cc',
72 'test-parsing.cc', 71 'test-parsing.cc',
73 'test-platform-tls.cc', 72 'test-platform-tls.cc',
74 'test-profile-generator.cc', 73 'test-profile-generator.cc',
75 'test-regexp.cc', 74 'test-regexp.cc',
76 'test-reloc-info.cc', 75 'test-reloc-info.cc',
77 'test-serialize.cc', 76 'test-serialize.cc',
78 'test-sockets.cc', 77 'test-sockets.cc',
79 'test-spaces.cc', 78 'test-spaces.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 context.ApplyEnvOverrides(env) 112 context.ApplyEnvOverrides(env)
114 # There seems to be a glitch in the way scons decides where to put 113 # There seems to be a glitch in the way scons decides where to put
115 # PDB files when compiling using MSVC so we specify it manually. 114 # PDB files when compiling using MSVC so we specify it manually.
116 # This should not affect any other platforms. 115 # This should not affect any other platforms.
117 return env.Program('cctest', ['cctest.cc', cctest_files, object_files], 116 return env.Program('cctest', ['cctest.cc', cctest_files, object_files],
118 PDB='cctest.exe.pdb') 117 PDB='cctest.exe.pdb')
119 118
120 119
121 program = Build() 120 program = Build()
122 Return('program') 121 Return('program')
OLDNEW
« no previous file with comments | « src/v8utils.cc ('k') | test/cctest/cctest.gyp » ('j') | test/cctest/test-log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698