Skip to content

Commit

Permalink
[RNG][device_tests][interface_tests][statistics_tests] Shortening som…
Browse files Browse the repository at this point in the history
…e test file names to avoid warnings on Windows (#1963)
  • Loading branch information
egrabovskaya authored Dec 11, 2024
1 parent 8d2717c commit 59d30e0
Show file tree
Hide file tree
Showing 33 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- bernoulli_distribution_device_test.pass.cpp ---------------------------------===//
//===-- bernoulli_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- cauchy_distribution_device_test.pass.cpp ---------------------------------===//
//===-- cauchy_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- exponential_distribution_device_test.pass.cpp ---------------------------------===//
//===-- exponential_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- extreme_value_distribution_device_test.pass.cpp ---------------------------------===//
//===-- extreme_value_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- geometric_distribution_device_test.pass.cpp ---------------------------------===//
//===-- geometric_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- lognormal_distribution_device_test.pass.cpp ---------------------------------===//
//===-- lognormal_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- normal_distribution_device_test.pass.cpp ---------------------------------===//
//===-- normal_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- uniform_int_distribution_device_test.pass.cpp ---------------------------------===//
//===-- uniform_int_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- uniform_real_distribution_device_test.pass.cpp ---------------------------------===//
//===-- uniform_real_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- weibull_distribution_device_test.pass.cpp ---------------------------------===//
//===-- weibull_distr_device_test.pass.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- distributions_methods_dp.pass.cpp -------------------------------------===//
//===-- distrs_methods_dp.pass.cpp -------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand All @@ -15,7 +15,7 @@
#include "support/utils.h"

#if TEST_UNNAMED_LAMBDAS
#include "common_for_distributions_methods.hpp"
#include "common_for_distrs_methods.hpp"
#endif // TEST_UNNAMED_LAMBDAS

int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- distributions_methods_sp.pass.cpp -------------------------------------===//
//===-- distrs_methods_sp.pass.cpp -------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand All @@ -14,7 +14,7 @@
#include "support/utils.h"

#if TEST_UNNAMED_LAMBDAS
#include "common_for_distributions_methods.hpp"
#include "common_for_distrs_methods.hpp"
#endif // TEST_UNNAMED_LAMBDAS

int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- bernoulli_distribution_test.cpp ------------------------------------===//
//===-- bernoulli_distr_test.cpp ------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- exponential_distribution_dp_test.cpp ---------------------------------===//
//===-- exponential_distr_dp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- exponential_distribution_sp_test.cpp ---------------------------------===//
//===-- exponential_distr_sp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- extreme_value_distribution_dp_tests_set_portion_test.cpp ---------------------------------===//
//===-- extreme_value_distr_dp_portion_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- extreme_value_distribution_dp_tests_set_test.cpp ---------------------------------===//
//===-- extreme_value_distr_dp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- extreme_value_distribution_sp_test.cpp ---------------------------------===//
//===-- extreme_value_distr_sp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- geometric_distribution_test.cpp ------------------------------------===//
//===-- geometric_distr_test.cpp ------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- lognormal_distribution_dp_tests_set_portion_test.cpp ---------------------------------------===//
//===-- lognormal_distr_dp_portion_test.cpp ---------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- lognormal_distribution_dp_tests_set_test.cpp ---------------------------------------===//
//===-- lognormal_distr_dp_test.cpp ---------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- lognormal_distribution_sp_test.cpp ---------------------------------------===//
//===-- lognormal_distr_sp_test.cpp ---------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- normal_distribution_dp_tests_set_portion_test.cpp ---------------------------------------===//
//===-- normal_distr_dp_portion_test.cpp ---------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- normal_distribution_dp_tests_set_test.cpp ---------------------------------------===//
//===-- normal_distr_dp_test.cpp ---------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- normal_distribution_sp_test.cpp ---------------------------------------===//
//===-- normal_distr_sp_test.cpp ---------------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- philox_uniform_real_distribution_dp_test.pass.cpp --------------------===//
//===-- philox_uniform_real_distr_dp_test.pass.cpp --------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- philox_uniform_real_distribution_sp_test.pass.cpp --------------------===//
//===-- philox_uniform_real_distr_sp_test.pass.cpp --------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- uniform_int_distribution_test.cpp ----------------------------------===//
//===-- uniform_int_distr_test.cpp ----------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- uniform_real_distribution_dp_test.cpp ---------------------------------===//
//===-- uniform_real_distr_dp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- uniform_real_distribution_sp_test.cpp ---------------------------------===//
//===-- uniform_real_distr_sp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// -*- C++ -*-
//===-- weibull_distribution_dp_test.cpp ---------------------------------===//
//===-- weibull_distr_dp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- C++ -*-
//===-- weibull_distribution_sp_test.cpp ---------------------------------===//
//===-- weibull_distr_sp_test.cpp ---------------------------------===//
//
// Copyright (C) Intel Corporation
//
Expand Down

0 comments on commit 59d30e0

Please sign in to comment.