Author: Muhammad Omair Javaid
Date: 2020-05-12T11:32:58+05:00
New Revision: 054ed1fd0b8dfbd996299f11dfe2311f428297da

URL: 
https://github.com/llvm/llvm-project/commit/054ed1fd0b8dfbd996299f11dfe2311f428297da
DIFF: 
https://github.com/llvm/llvm-project/commit/054ed1fd0b8dfbd996299f11dfe2311f428297da.diff

LOG: [LLDB] Disable TestBasicEntryValues.py for arm

TestBasicEntryValues.py fails on arm 32 bit. Currently running on silent master 
here:
http://lab.llvm.org:8014/builders/lldb-arm-ubuntu/

Added: 
    

Modified: 
    
lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
 
b/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
index c628a6bd4389..94689d14f990 100644
--- 
a/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
+++ 
b/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
@@ -2,7 +2,7 @@
 from lldbsuite.test.decorators import *
 from lldbsuite.test import lldbplatformutil
 
-supported_archs = ["x86_64", "arm", "aarch64"]
+supported_archs = ["x86_64", "aarch64"]
 
 lldbinline.MakeInlineTest(__file__, globals(),
         [skipIf(archs=no_match(supported_archs)),


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to