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

Side by Side Diff: test/cctest/cctest.gyp

Issue 1511933002: [cctest] Add tests for aborting compaction of pages (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Workaround FLAG_concurrent_sweeping not being respected after heap initialization Created 5 years 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
« no previous file with comments | « src/heap/heap.cc ('k') | test/cctest/heap/heap-tester.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'cctest.cc', 89 'cctest.cc',
90 'expression-type-collector.cc', 90 'expression-type-collector.cc',
91 'expression-type-collector.h', 91 'expression-type-collector.h',
92 'interpreter/test-bytecode-generator.cc', 92 'interpreter/test-bytecode-generator.cc',
93 'interpreter/test-interpreter.cc', 93 'interpreter/test-interpreter.cc',
94 'gay-fixed.cc', 94 'gay-fixed.cc',
95 'gay-precision.cc', 95 'gay-precision.cc',
96 'gay-shortest.cc', 96 'gay-shortest.cc',
97 'heap/heap-tester.h', 97 'heap/heap-tester.h',
98 'heap/test-alloc.cc', 98 'heap/test-alloc.cc',
99 'heap/test-compaction.cc',
99 'heap/test-heap.cc', 100 'heap/test-heap.cc',
100 'heap/test-incremental-marking.cc', 101 'heap/test-incremental-marking.cc',
101 'heap/test-mark-compact.cc', 102 'heap/test-mark-compact.cc',
102 'heap/test-spaces.cc', 103 'heap/test-spaces.cc',
103 'heap/utils-inl.h', 104 'heap/utils-inl.h',
104 'print-extension.cc', 105 'print-extension.cc',
105 'profiler-extension.cc', 106 'profiler-extension.cc',
106 'test-accessors.cc', 107 'test-accessors.cc',
107 'test-api.cc', 108 'test-api.cc',
108 'test-api.h', 109 'test-api.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 '../../build/isolate.gypi', 356 '../../build/isolate.gypi',
356 ], 357 ],
357 'sources': [ 358 'sources': [
358 'cctest.isolate', 359 'cctest.isolate',
359 ], 360 ],
360 }, 361 },
361 ], 362 ],
362 }], 363 }],
363 ], 364 ],
364 } 365 }
OLDNEW
« no previous file with comments | « src/heap/heap.cc ('k') | test/cctest/heap/heap-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698