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

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

Issue 2146853004: [wasm] Drop old typing-asm and its tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « test/cctest/asmjs/test-typing-asm.cc ('k') | test/cctest/expression-type-collector.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 15 matching lines...) Expand all
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 # The sources are kept automatically in sync with BUILD.gn. 28 # The sources are kept automatically in sync with BUILD.gn.
29 29
30 { 30 {
31 'variables': { 31 'variables': {
32 'v8_code': 1, 32 'v8_code': 1,
33 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc', 33 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc',
34 'cctest_sources': [ ### gcmole(all) ### 34 'cctest_sources': [ ### gcmole(all) ###
35 'asmjs/test-asm-typer.cc', 35 'asmjs/test-asm-typer.cc',
36 'asmjs/test-typing-asm.cc',
37 'compiler/c-signature.h', 36 'compiler/c-signature.h',
38 'compiler/codegen-tester.cc', 37 'compiler/codegen-tester.cc',
39 'compiler/codegen-tester.h', 38 'compiler/codegen-tester.h',
40 'compiler/code-assembler-tester.h', 39 'compiler/code-assembler-tester.h',
41 'compiler/function-tester.h', 40 'compiler/function-tester.h',
42 'compiler/graph-builder-tester.h', 41 'compiler/graph-builder-tester.h',
43 'compiler/test-basic-block-profiler.cc', 42 'compiler/test-basic-block-profiler.cc',
44 'compiler/test-branch-combine.cc', 43 'compiler/test-branch-combine.cc',
45 'compiler/test-gap-resolver.cc', 44 'compiler/test-gap-resolver.cc',
46 'compiler/test-graph-visualizer.cc', 45 'compiler/test-graph-visualizer.cc',
(...skipping 24 matching lines...) Expand all
71 'compiler/test-run-jsops.cc', 70 'compiler/test-run-jsops.cc',
72 'compiler/test-run-load-store.cc', 71 'compiler/test-run-load-store.cc',
73 'compiler/test-run-machops.cc', 72 'compiler/test-run-machops.cc',
74 'compiler/test-run-native-calls.cc', 73 'compiler/test-run-native-calls.cc',
75 'compiler/test-run-stackcheck.cc', 74 'compiler/test-run-stackcheck.cc',
76 'compiler/test-run-stubs.cc', 75 'compiler/test-run-stubs.cc',
77 'compiler/test-run-variables.cc', 76 'compiler/test-run-variables.cc',
78 'compiler/test-run-wasm-machops.cc', 77 'compiler/test-run-wasm-machops.cc',
79 'compiler/test-simplified-lowering.cc', 78 'compiler/test-simplified-lowering.cc',
80 'cctest.cc', 79 'cctest.cc',
81 'expression-type-collector.cc',
82 'expression-type-collector.h',
83 'interpreter/interpreter-tester.cc', 80 'interpreter/interpreter-tester.cc',
84 'interpreter/source-position-matcher.cc', 81 'interpreter/source-position-matcher.cc',
85 'interpreter/source-position-matcher.h', 82 'interpreter/source-position-matcher.h',
86 'interpreter/test-bytecode-generator.cc', 83 'interpreter/test-bytecode-generator.cc',
87 'interpreter/test-interpreter.cc', 84 'interpreter/test-interpreter.cc',
88 'interpreter/test-interpreter-intrinsics.cc', 85 'interpreter/test-interpreter-intrinsics.cc',
89 'interpreter/test-source-positions.cc', 86 'interpreter/test-source-positions.cc',
90 'interpreter/bytecode-expectations-printer.cc', 87 'interpreter/bytecode-expectations-printer.cc',
91 'interpreter/bytecode-expectations-printer.h', 88 'interpreter/bytecode-expectations-printer.h',
92 'gay-fixed.cc', 89 'gay-fixed.cc',
(...skipping 16 matching lines...) Expand all
109 'profiler-extension.cc', 106 'profiler-extension.cc',
110 'test-access-checks.cc', 107 'test-access-checks.cc',
111 'test-accessors.cc', 108 'test-accessors.cc',
112 'test-api.cc', 109 'test-api.cc',
113 'test-api.h', 110 'test-api.h',
114 'test-api-accessors.cc', 111 'test-api-accessors.cc',
115 'test-api-interceptors.cc', 112 'test-api-interceptors.cc',
116 'test-api-fast-accessor-builder.cc', 113 'test-api-fast-accessor-builder.cc',
117 'test-array-list.cc', 114 'test-array-list.cc',
118 'test-ast.cc', 115 'test-ast.cc',
119 'test-ast-expression-visitor.cc',
120 'test-atomicops.cc', 116 'test-atomicops.cc',
121 'test-bignum.cc', 117 'test-bignum.cc',
122 'test-bignum-dtoa.cc', 118 'test-bignum-dtoa.cc',
123 'test-bit-vector.cc', 119 'test-bit-vector.cc',
124 'test-circular-queue.cc', 120 'test-circular-queue.cc',
125 'test-code-cache.cc', 121 'test-code-cache.cc',
126 'test-code-layout.cc', 122 'test-code-layout.cc',
127 'test-code-stub-assembler.cc', 123 'test-code-stub-assembler.cc',
128 'test-compiler.cc', 124 'test-compiler.cc',
129 'test-constantpool.cc', 125 'test-constantpool.cc',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 '../../gypfiles/isolate.gypi', 483 '../../gypfiles/isolate.gypi',
488 ], 484 ],
489 'sources': [ 485 'sources': [
490 'cctest.isolate', 486 'cctest.isolate',
491 ], 487 ],
492 }, 488 },
493 ], 489 ],
494 }], 490 }],
495 ], 491 ],
496 } 492 }
OLDNEW
« no previous file with comments | « test/cctest/asmjs/test-typing-asm.cc ('k') | test/cctest/expression-type-collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698