DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

Cannot read property 'indexOf' of undefined when trying to refresh tests #51

Open dtmoodie opened 4 years ago

dtmoodie commented 4 years ago

With google test adapter version 1.8.3 and vs code version 1.44.0 I get the following error when trying to refresh tests for one of my test executables: "Cannot read property 'indexOf' undefined"

The output from --gtest_list_tests is:

compressed_image.
  static_checks
  png_load
shape.
  shape
synced_image.
  constructor
  reflect
  tsynced_ctr
  tsynced_from_image
  image_from_tsyncedimage
synced_image_opencv.
  global_allocator
  sync_data
  wrapping_allocator
  construct_from_mat
system_table.
  init
object_detection.
  detected_object
  detected_object_data_table
  reflect
pixel.
  size
  conversions
synced_memory.
  host_allocation
  wrap
  wrap_const
  device
  typed_device
  handle

All my other unit tests work correctly. What can I do to help find the issue?