Skip to content

Commit

Permalink
Disable dcompute lit-tests for now
Browse files Browse the repository at this point in the history
See #3009.
  • Loading branch information
kinke committed Mar 1, 2019
1 parent c6abba6 commit cb7a3f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/codegen/dcompute_cl_addrspaces.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// See GH issue #2709

// REQUIRES: target_SPIRV
// REQUIRES: dcompute_RTInfo_fix
// RUN: %ldc -c -mdcompute-targets=ocl-220 -m64 -mdcompute-file-prefix=addrspace -output-ll -output-o %s && FileCheck %s --check-prefix=LL < addrspace_ocl220_64.ll \
// RUN: && %llvm-spirv -to-text addrspace_ocl220_64.spv && FileCheck %s --check-prefix=SPT < addrspace_ocl220_64.spt
@compute(CompileFor.deviceOnly) module dcompute_cl_addrspaces;
Expand Down
1 change: 1 addition & 0 deletions tests/codegen/dcompute_cu_addrspaces.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: target_NVPTX
// REQUIRES: dcompute_RTInfo_fix
// RUN: %ldc -c -mdcompute-targets=cuda-350 -m64 -mdcompute-file-prefix=addrspace -output-ll -output-o %s && FileCheck %s --check-prefix=LL < addrspace_cuda350_64.ll && FileCheck %s --check-prefix=PTX < addrspace_cuda350_64.ptx
@compute(CompileFor.deviceOnly) module dcompute_cu_addrspaces;
import ldc.dcompute;
Expand Down
1 change: 1 addition & 0 deletions tests/compilable/dcompute.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// - typeid generated for hashing of struct (typeid(const(T))) is ignored and does not error

// REQUIRES: target_NVPTX
// REQUIRES: dcompute_RTInfo_fix
// RUN: %ldc -mdcompute-targets=cuda-350 -g %s

@compute(CompileFor.deviceOnly) module dcompute;
Expand Down

0 comments on commit cb7a3f0

Please sign in to comment.