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

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

Issue 1688383003: [Interpreter] Change the output format of generate-bytecode-expectations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix MSVC on Windows compiler error. Created 4 years, 10 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
« no previous file with comments | « no previous file | test/cctest/interpreter/bytecode-expectations-printer.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'compiler/test-run-properties.cc', 84 'compiler/test-run-properties.cc',
85 'compiler/test-run-stackcheck.cc', 85 'compiler/test-run-stackcheck.cc',
86 'compiler/test-run-stubs.cc', 86 'compiler/test-run-stubs.cc',
87 'compiler/test-run-variables.cc', 87 'compiler/test-run-variables.cc',
88 'compiler/test-simplified-lowering.cc', 88 'compiler/test-simplified-lowering.cc',
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 'interpreter/bytecode-expectations-printer.cc',
95 'interpreter/bytecode-expectations-printer.h',
94 'gay-fixed.cc', 96 'gay-fixed.cc',
95 'gay-precision.cc', 97 'gay-precision.cc',
96 'gay-shortest.cc', 98 'gay-shortest.cc',
97 'heap/heap-tester.h', 99 'heap/heap-tester.h',
98 'heap/test-alloc.cc', 100 'heap/test-alloc.cc',
99 'heap/test-compaction.cc', 101 'heap/test-compaction.cc',
100 'heap/test-heap.cc', 102 'heap/test-heap.cc',
101 'heap/test-incremental-marking.cc', 103 'heap/test-incremental-marking.cc',
102 'heap/test-lab.cc', 104 'heap/test-lab.cc',
103 'heap/test-mark-compact.cc', 105 'heap/test-mark-compact.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 # Same as cctest, we need to depend on the underlying static target. 357 # Same as cctest, we need to depend on the underlying static target.
356 'dependencies': ['../../tools/gyp/v8.gyp:v8_maybe_snapshot'], 358 'dependencies': ['../../tools/gyp/v8.gyp:v8_maybe_snapshot'],
357 }, { 359 }, {
358 'dependencies': ['../../tools/gyp/v8.gyp:v8'], 360 'dependencies': ['../../tools/gyp/v8.gyp:v8'],
359 }], 361 }],
360 ], 362 ],
361 'include_dirs+': [ 363 'include_dirs+': [
362 '../..', 364 '../..',
363 ], 365 ],
364 'sources': [ 366 'sources': [
365 '../../test/cctest/interpreter/generate-bytecode-expectations.cc', 367 'interpreter/bytecode-expectations-printer.cc',
368 'interpreter/bytecode-expectations-printer.h',
369 'interpreter/generate-bytecode-expectations.cc',
366 ], 370 ],
367 }, 371 },
368 ], 372 ],
369 'conditions': [ 373 'conditions': [
370 ['test_isolation_mode != "noop"', { 374 ['test_isolation_mode != "noop"', {
371 'targets': [ 375 'targets': [
372 { 376 {
373 'target_name': 'cctest_exe_run', 377 'target_name': 'cctest_exe_run',
374 'type': 'none', 378 'type': 'none',
375 'dependencies': [ 379 'dependencies': [
(...skipping 16 matching lines...) Expand all
392 '../../build/isolate.gypi', 396 '../../build/isolate.gypi',
393 ], 397 ],
394 'sources': [ 398 'sources': [
395 'cctest.isolate', 399 'cctest.isolate',
396 ], 400 ],
397 }, 401 },
398 ], 402 ],
399 }], 403 }],
400 ], 404 ],
401 } 405 }
OLDNEW
« no previous file with comments | « no previous file | test/cctest/interpreter/bytecode-expectations-printer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698