Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 195 'wasm/wasm-run-utils.h', | 195 'wasm/wasm-run-utils.h', |
| 196 ], | 196 ], |
| 197 'conditions': [ | 197 'conditions': [ |
| 198 ['v8_target_arch=="ia32"', { | 198 ['v8_target_arch=="ia32"', { |
| 199 'sources': [ ### gcmole(arch:ia32) ### | 199 'sources': [ ### gcmole(arch:ia32) ### |
| 200 'test-assembler-ia32.cc', | 200 'test-assembler-ia32.cc', |
| 201 'test-code-stubs.cc', | 201 'test-code-stubs.cc', |
| 202 'test-code-stubs-ia32.cc', | 202 'test-code-stubs-ia32.cc', |
| 203 'test-disasm-ia32.cc', | 203 'test-disasm-ia32.cc', |
| 204 'test-macro-assembler-ia32.cc', | 204 'test-macro-assembler-ia32.cc', |
| 205 'test-log-stack-tracer.cc' | 205 'test-log-stack-tracer.cc', |
| 206 'test-run-wasm-relocation-ia32.cc' | |
| 206 ], | 207 ], |
| 207 }], | 208 }], |
| 208 ['v8_target_arch=="x64"', { | 209 ['v8_target_arch=="x64"', { |
| 209 'sources': [ ### gcmole(arch:x64) ### | 210 'sources': [ ### gcmole(arch:x64) ### |
| 210 'test-assembler-x64.cc', | 211 'test-assembler-x64.cc', |
| 211 'test-code-stubs.cc', | 212 'test-code-stubs.cc', |
| 212 'test-code-stubs-x64.cc', | 213 'test-code-stubs-x64.cc', |
| 213 'test-disasm-x64.cc', | 214 'test-disasm-x64.cc', |
| 214 'test-macro-assembler-x64.cc', | 215 'test-macro-assembler-x64.cc', |
| 215 'test-log-stack-tracer.cc' | 216 'test-log-stack-tracer.cc', |
| 217 'test-run-wasm-relocation-x64.cc' | |
| 216 ], | 218 ], |
| 217 }], | 219 }], |
| 218 ['v8_target_arch=="arm"', { | 220 ['v8_target_arch=="arm"', { |
| 219 'sources': [ ### gcmole(arch:arm) ### | 221 'sources': [ ### gcmole(arch:arm) ### |
| 220 'test-assembler-arm.cc', | 222 'test-assembler-arm.cc', |
| 221 'test-code-stubs.cc', | 223 'test-code-stubs.cc', |
| 222 'test-code-stubs-arm.cc', | 224 'test-code-stubs-arm.cc', |
| 223 'test-disasm-arm.cc', | 225 'test-disasm-arm.cc', |
| 224 'test-macro-assembler-arm.cc' | 226 'test-macro-assembler-arm.cc', |
| 227 'test-run-wasm-relocation-arm.cc' | |
| 225 ], | 228 ], |
| 226 }], | 229 }], |
| 227 ['v8_target_arch=="arm64"', { | 230 ['v8_target_arch=="arm64"', { |
| 228 'sources': [ ### gcmole(arch:arm64) ### | 231 'sources': [ ### gcmole(arch:arm64) ### |
| 229 'test-utils-arm64.cc', | 232 'test-utils-arm64.cc', |
| 230 'test-assembler-arm64.cc', | 233 'test-assembler-arm64.cc', |
| 231 'test-code-stubs.cc', | 234 'test-code-stubs.cc', |
| 232 'test-code-stubs-arm64.cc', | 235 'test-code-stubs-arm64.cc', |
| 233 'test-disasm-arm64.cc', | 236 'test-disasm-arm64.cc', |
| 234 'test-fuzz-arm64.cc', | 237 'test-fuzz-arm64.cc', |
| 235 'test-javascript-arm64.cc', | 238 'test-javascript-arm64.cc', |
| 236 'test-js-arm64-variables.cc' | 239 'test-js-arm64-variables.cc', |
| 240 'test-run-wasm-relocation-arm64.cc' | |
| 237 ], | 241 ], |
| 238 }], | 242 }], |
| 239 ['v8_target_arch=="ppc"', { | 243 ['v8_target_arch=="ppc"', { |
| 240 'sources': [ ### gcmole(arch:ppc) ### | 244 'sources': [ ### gcmole(arch:ppc) ### |
| 241 'test-assembler-ppc.cc', | 245 'test-assembler-ppc.cc', |
| 242 'test-code-stubs.cc', | 246 'test-code-stubs.cc', |
| 243 'test-disasm-ppc.cc' | 247 'test-disasm-ppc.cc' |
| 244 ], | 248 ], |
| 245 }], | 249 }], |
| 246 ['v8_target_arch=="ppc64"', { | 250 ['v8_target_arch=="ppc64"', { |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 258 'test-disasm-mips.cc', | 262 'test-disasm-mips.cc', |
| 259 'test-macro-assembler-mips.cc' | 263 'test-macro-assembler-mips.cc' |
| 260 ], | 264 ], |
| 261 }], | 265 }], |
| 262 ['v8_target_arch=="mips64el"', { | 266 ['v8_target_arch=="mips64el"', { |
| 263 'sources': [ | 267 'sources': [ |
| 264 'test-assembler-mips64.cc', | 268 'test-assembler-mips64.cc', |
| 265 'test-code-stubs.cc', | 269 'test-code-stubs.cc', |
| 266 'test-code-stubs-mips64.cc', | 270 'test-code-stubs-mips64.cc', |
| 267 'test-disasm-mips64.cc', | 271 'test-disasm-mips64.cc', |
| 268 'test-macro-assembler-mips64.cc' | 272 'test-macro-assembler-mips64.cc' |
|
Marija Antic
2016/03/16 12:50:52
Tests ported for MIPS https://codereview.chromium.
| |
| 269 ], | 273 ], |
| 270 }], | 274 }], |
| 271 ['v8_target_arch=="x87"', { | 275 ['v8_target_arch=="x87"', { |
| 272 'sources': [ ### gcmole(arch:x87) ### | 276 'sources': [ ### gcmole(arch:x87) ### |
| 273 'test-assembler-x87.cc', | 277 'test-assembler-x87.cc', |
| 274 'test-code-stubs.cc', | 278 'test-code-stubs.cc', |
| 275 'test-code-stubs-x87.cc', | 279 'test-code-stubs-x87.cc', |
| 276 'test-disasm-x87.cc', | 280 'test-disasm-x87.cc', |
| 277 'test-macro-assembler-x87.cc', | 281 'test-macro-assembler-x87.cc', |
| 278 'test-log-stack-tracer.cc' | 282 'test-log-stack-tracer.cc' |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 397 '../../build/isolate.gypi', | 401 '../../build/isolate.gypi', |
| 398 ], | 402 ], |
| 399 'sources': [ | 403 'sources': [ |
| 400 'cctest.isolate', | 404 'cctest.isolate', |
| 401 ], | 405 ], |
| 402 }, | 406 }, |
| 403 ], | 407 ], |
| 404 }], | 408 }], |
| 405 ], | 409 ], |
| 406 } | 410 } |
| OLD | NEW |