File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 8181            clang-runtime : ' 16' 
8282            cling : Off 
8383            cppyy : Off 
84-           - name : win2022-msvc-cling 
85-             os : windows-2022 
86-             compiler : msvc 
87-             clang-runtime : ' 13' 
88-             cling : On 
89-             cling-version : ' 1.0' 
90-             cppyy : Off 
9184          - name : osx14-arm-clang-clang-repl-19 
9285            os : macos-14 
9386            compiler : clang 
@@ -568,20 +561,6 @@ jobs:
568561          #   clang-runtime: '16'
569562          #   cling: Off
570563          #   cppyy: On
571-           - name : win2022-msvc-cling 
572-             os : windows-2022 
573-             compiler : msvc 
574-             clang-runtime : ' 13' 
575-             cling : On 
576-             cling-version : ' 1.0' 
577-             cppyy : Off 
578-           # - name: win2022-msvc-cling-cppyy
579-           #   os: windows-2022
580-           #   compiler: msvc
581-           #   clang-runtime: '13'
582-           #   cling: On
583-           #   cling-version: '1.0'
584-           #   cppyy: On
585564          - name : osx14-arm-clang-clang-repl-19-cppyy 
586565            os : macos-14 
587566            compiler : clang 
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ TEST(InterpreterTest, DebugFlag) {
4545}
4646
4747TEST (InterpreterTest, Evaluate) {
48+ #if  defined(_WIN32)
49+   GTEST_SKIP () << " Disabled on Windows. Needs fixing."  ;
50+ #endif 
4851  if  (llvm::sys::RunningOnValgrind ())
4952    GTEST_SKIP () << " XFAIL due to Valgrind report"  ;
5053  //   EXPECT_TRUE(Cpp::Evaluate(I, "") == 0);
@@ -61,6 +64,9 @@ TEST(InterpreterTest, Evaluate) {
6164}
6265
6366TEST (InterpreterTest, Process) {
67+ #if  defined(_WIN32)
68+   GTEST_SKIP () << " Disabled on Windows. Needs fixing."  ;
69+ #endif 
6470  if  (llvm::sys::RunningOnValgrind ())
6571    GTEST_SKIP () << " XFAIL due to Valgrind report"  ;
6672  Cpp::CreateInterpreter ();
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments