[dartdevc] Move html/debugger_test.dart to compiler/dartdevc_native

Allows the dart:_debugger import to work as it is white-listed in this
directory.

Reveals that DDK is not passing this test. The status changes from a
compile-time to a run-time error.

Change-Id: I3703496a4ede7d155a4d82286040f1a73be677ce
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106360
Reviewed-by: Vijay Menon <vsm@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
diff --git a/tests/lib_2/html/debugger_test.dart b/tests/compiler/dartdevc_native/debugger/debugger_test.dart
similarity index 97%
rename from tests/lib_2/html/debugger_test.dart
rename to tests/compiler/dartdevc_native/debugger/debugger_test.dart
index cbe043a..da2e982 100644
--- a/tests/lib_2/html/debugger_test.dart
+++ b/tests/compiler/dartdevc_native/debugger/debugger_test.dart
@@ -127,8 +127,8 @@
   // Cache blocker is a workaround for:
   // https://code.google.com/p/dart/issues/detail?id=11834
   var cacheBlocker = new DateTime.now().millisecondsSinceEpoch;
-  var goldenUrl = '/root_dart/tests/lib_2/html/debugger_test_golden.txt'
-      '?cacheBlock=$cacheBlocker';
+  var goldenUrl = '/root_dart/tests/compiler/dartdevc_native/debugger/'
+      'debugger_test_golden.txt?cacheBlock=$cacheBlocker';
 
   String golden;
   try {
@@ -324,7 +324,7 @@
     if (actualStr != golden) {
       var helpMessage =
           'Debugger output does not match the golden data found in:\n'
-          'tests/lib_2/html/debugger_test_golden.txt\n'
+          'tests/compiler/dartdevc_native/debugger/debugger_test_golden.txt\n'
           'The new golden data is copied to the clipboard when you click on '
           'this window.\n'
           'Please update the golden file with the following output and review '
diff --git a/tests/lib_2/html/debugger_test_golden.txt b/tests/compiler/dartdevc_native/debugger/debugger_test_golden.txt
similarity index 100%
rename from tests/lib_2/html/debugger_test_golden.txt
rename to tests/compiler/dartdevc_native/debugger/debugger_test_golden.txt
diff --git a/tests/lib_2/lib_2_analyzer.status b/tests/lib_2/lib_2_analyzer.status
index 165b9a3..a461729 100644
--- a/tests/lib_2/lib_2_analyzer.status
+++ b/tests/lib_2/lib_2_analyzer.status
@@ -3,7 +3,6 @@
 # BSD-style license that can be found in the LICENSE file.
 
 [ $compiler == dart2analyzer ]
-html/debugger_test: CompileTimeError # Issue 28969
 html/element_types_keygen_test: CompileTimeError # Chrome 57 keygen removed
 html/js_function_getter_trust_types_test: Skip # dart2js specific flags.
 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
diff --git a/tests/lib_2/lib_2_dartdevc.status b/tests/lib_2/lib_2_dartdevc.status
index 4b47ff6..368c7ba 100644
--- a/tests/lib_2/lib_2_dartdevc.status
+++ b/tests/lib_2/lib_2_dartdevc.status
@@ -9,7 +9,6 @@
 
 [ $compiler == dartdevk ]
 async/slow_consumer_test: CompileTimeError
-html/debugger_test: CompileTimeError
 
 [ $runtime == chrome && ($compiler == dartdevc || $compiler == dartdevk) ]
 html/element_animate_test/timing_dict: RuntimeError # Issue 29922