From f8a1fca25a9ed015fb75cc4bb2f1810088cd945d Mon Sep 17 00:00:00 2001 From: Christian Fontenot Date: Tue, 26 Mar 2024 15:02:15 -0600 Subject: [PATCH] cleanup xml (needed for pulse to run properly) --- .../app_bug/app/src/main/res/layout/activity_main.xml | 6 +++--- .../app_bug/app/src/main/res/layout/activity_main.xml | 3 ++- .../app/src/main/res/layout/fragment_articles.xml | 3 ++- .../app_bug/app/src/main/res/layout/activity_main.xml | 6 ++++-- .../app_bug/app/src/main/res/layout/activity_main.xml | 9 ++++++--- 5 files changed, 17 insertions(+), 10 deletions(-) diff --git a/testApps/ChatGPT_Benchmarks/EXN_configuration_changes/app_bug/app/src/main/res/layout/activity_main.xml b/testApps/ChatGPT_Benchmarks/EXN_configuration_changes/app_bug/app/src/main/res/layout/activity_main.xml index a9222e0e..e50dd5b1 100644 --- a/testApps/ChatGPT_Benchmarks/EXN_configuration_changes/app_bug/app/src/main/res/layout/activity_main.xml +++ b/testApps/ChatGPT_Benchmarks/EXN_configuration_changes/app_bug/app/src/main/res/layout/activity_main.xml @@ -28,7 +28,8 @@ android:layout_height="wrap_content" android:text="TextView" tools:layout_editor_absoluteX="162dp" - tools:layout_editor_absoluteY="557dp" /> + tools:layout_editor_absoluteY="557dp" + tools:ignore="MissingConstraints" /> + app:layout_constraintStart_toStartOf="parent"/> \ No newline at end of file diff --git a/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/activity_main.xml b/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/activity_main.xml index 6059a175..7b07f185 100644 --- a/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/activity_main.xml +++ b/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/activity_main.xml @@ -18,5 +18,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="185dp" - tools:layout_editor_absoluteY="277dp" /> + tools:layout_editor_absoluteY="277dp" + tools:ignore="MissingConstraints" /> \ No newline at end of file diff --git a/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/fragment_articles.xml b/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/fragment_articles.xml index 216bcb25..3d91f404 100644 --- a/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/fragment_articles.xml +++ b/testApps/ChatGPT_Benchmarks/EXN_fragment_lifecycle/app_bug/app/src/main/res/layout/fragment_articles.xml @@ -10,5 +10,6 @@ android:layout_height="wrap_content" android:text="Button" tools:layout_editor_absoluteX="133dp" - tools:layout_editor_absoluteY="308dp" /> + tools:layout_editor_absoluteY="308dp" + tools:ignore="MissingConstraints"/> \ No newline at end of file diff --git a/testApps/ChatGPT_Benchmarks/EXN_inefficient_network/app_bug/app/src/main/res/layout/activity_main.xml b/testApps/ChatGPT_Benchmarks/EXN_inefficient_network/app_bug/app/src/main/res/layout/activity_main.xml index f91a2d7e..c41009d3 100644 --- a/testApps/ChatGPT_Benchmarks/EXN_inefficient_network/app_bug/app/src/main/res/layout/activity_main.xml +++ b/testApps/ChatGPT_Benchmarks/EXN_inefficient_network/app_bug/app/src/main/res/layout/activity_main.xml @@ -18,7 +18,8 @@ android:layout_width="409dp" android:layout_height="340dp" tools:layout_editor_absoluteX="1dp" - tools:layout_editor_absoluteY="1dp" /> + tools:layout_editor_absoluteY="1dp" + tools:ignore="MissingConstraints" /> + tools:layout_editor_absoluteY="511dp" + tools:ignore="MissingConstraints" /> \ No newline at end of file diff --git a/testApps/ChatGPT_Benchmarks/EXN_notHandlingNetworkFailure/app_bug/app/src/main/res/layout/activity_main.xml b/testApps/ChatGPT_Benchmarks/EXN_notHandlingNetworkFailure/app_bug/app/src/main/res/layout/activity_main.xml index 14c4b5c0..4375bb45 100644 --- a/testApps/ChatGPT_Benchmarks/EXN_notHandlingNetworkFailure/app_bug/app/src/main/res/layout/activity_main.xml +++ b/testApps/ChatGPT_Benchmarks/EXN_notHandlingNetworkFailure/app_bug/app/src/main/res/layout/activity_main.xml @@ -28,7 +28,8 @@ android:layout_height="wrap_content" android:text="TextView" tools:layout_editor_absoluteX="162dp" - tools:layout_editor_absoluteY="557dp" /> + tools:layout_editor_absoluteY="557dp" + tools:ignore="MissingConstraints" /> + tools:layout_editor_absoluteY="238dp" + tools:ignore="MissingConstraints" /> + tools:layout_editor_absoluteY="135dp" + tools:ignore="MissingConstraints" /> \ No newline at end of file